#00B577

Color #00B577 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #00B577

Tints of Jade #00B577

Color information

#00B577 (or 0x00B577) is unknown color: approx Jade. HEX triplet: 00, B5 and 77. RGB value is (0,181,119). Sum of RGB (Red+Green+Blue) = 0+181+119=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 181 (71.09% from 255 or 60.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 181 - color contains mainly: green. Hex color #00B577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B577 is #FF4A88. Grayscale: #777777. Windows color (decimal): -16730761 or 7845120. OLE color: 7845120.

HSL color Cylindrical-coordinate representation of color #00B577: hue angle of 159.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B577 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB0181119-
CMYK100.340.29
HSL159.45º100%35.49%-
HSV(B)159.45º100%70.98%-
XYZ19.8534.3823.04-
YUV119.81127.5342.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 181 (71.09% from 255) = 60.33%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=0%
G=60.33%
B=39.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0181119100.340.29159.4510035.49
Hex0B577640221D9f6423
Octal02651671440423523714443
Binary01011010111101111100100010001011101100111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B577; }

 p { color: rgb(0,181,119); }

 H1.HeaderClassName
 {
   color: #00B577;
 }
 .AnyTagClassName
 {
   color: #00B577;
 }
</style>
background-color css

<style>
 a { background-color: #00B577; }

 a { background-color: rgb(0,181,119); }

 div.DivClassName
 {
   background-color: #00B577;
 }
 .BgClassName
 {
   background-color: #00B577;
 }
</style>
border-color css

<style>
 span { border-color: #00B577; }

 span { border-color: rgb(0,181,119); }

 td.TdClassName
 {
   border-color: #00B577;
 }
 .TagClassName
 {
   border-color: #00B577;
 }
</style>