#35B885

Color #35B885 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #35B885

Tints of Jungle Green #35B885

Color information

#35B885 (or 0x35B885) is unknown color: approx Jungle Green. HEX triplet: 35, B8 and 85. RGB value is (53,184,133). Sum of RGB (Red+Green+Blue) = 53+184+133=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #35B885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B885 is #CA477A. Grayscale: #8B8B8B. Windows color (decimal): -13256571 or 8763445. OLE color: 8763445.

HSL color Cylindrical-coordinate representation of color #35B885: hue angle of 156.64º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B885 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB53184133-
CMYK0.7100.280.28
HSL156.64º55.27%46.47%-
HSV(B)156.64º71.2%72.16%-
XYZ22.8436.7328.08-
YUV139.02124.666.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 184 (72.27% from 255) = 49.73%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=14.32%
G=49.73%
B=35.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531841330.7100.280.28156.6455.2746.47
Hex35B8854701C1C9d372e
Octal65270205107034342356756
Binary110101101110001000010110001110111001110010011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B885; }

 p { color: rgb(53,184,133); }

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

<style>
 a { background-color: #35B885; }

 a { background-color: rgb(53,184,133); }

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

<style>
 span { border-color: #35B885; }

 span { border-color: rgb(53,184,133); }

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