#35B782

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

Shades of Jungle Green #35B782

Tints of Jungle Green #35B782

Color information

#35B782 (or 0x35B782) is unknown color: approx Jungle Green. HEX triplet: 35, B7 and 82. RGB value is (53,183,130). Sum of RGB (Red+Green+Blue) = 53+183+130=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #35B782 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B782 is #CA487D. Grayscale: #8A8A8A. Windows color (decimal): -13256830 or 8566581. OLE color: 8566581.

HSL color Cylindrical-coordinate representation of color #35B782: hue angle of 155.54º 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 #35B782 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB53183130-
CMYK0.7100.290.28
HSL155.54º55.08%46.27%-
HSV(B)155.54º71.04%71.76%-
XYZ22.4336.2426.93-
YUV138.09123.4367.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 183 (71.88% from 255) = 50%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=14.48%
G=50%
B=35.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531831300.7100.290.28155.5455.0846.27
Hex35B7824701D1C9c372e
Octal65267202107035342346756
Binary110101101101111000001010001110111011110010011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,183,130); }

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

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

 a { background-color: rgb(53,183,130); }

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

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

 span { border-color: rgb(53,183,130); }

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