#35B583

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

Shades of Jungle Green #35B583

Tints of Jungle Green #35B583

Color information

#35B583 (or 0x35B583) is unknown color: approx Jungle Green. HEX triplet: 35, B5 and 83. RGB value is (53,181,131). Sum of RGB (Red+Green+Blue) = 53+181+131=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #35B583 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B583 is #CA4A7C. Grayscale: #898989. Windows color (decimal): -13257341 or 8631605. OLE color: 8631605.

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

Color convert

RGB53181131-
CMYK0.7100.280.29
HSL156.56º54.7%45.88%-
HSV(B)156.56º70.72%70.98%-
XYZ22.0935.4427.15-
YUV137.03124.5968.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.52%
GREEN value IS 181 (71.09% from 255) = 49.59%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=14.52%
G=49.59%
B=35.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531811310.7100.280.29156.5654.745.88
Hex35B5834701C1D9d372e
Octal65265203107034352356756
Binary110101101101011000001110001110111001110110011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,131); }

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

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

 a { background-color: rgb(53,181,131); }

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

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

 span { border-color: rgb(53,181,131); }

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