Html Css Color HEX #35AA86 Jungle Green

📋 copy color: '#35AA86'

red 53 ◦ green 170 ◦ blue 134

#35AA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #35AA86

Tints of Jungle Green #35AA86

RGB

 RED value IS 53 (21.09% from 255) = 14.85%

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 14.85%
G = 47.62%
B = 37.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#35AA86 (or 0x35AA86) is known color: Jungle Green. HEX triplet: 35, AA and 86. RGB value is (53,170,134). Sum of RGB (Red+Green+Blue) = 53+170+134=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA86 is #CA5579. Grayscale: #828282. Windows color (decimal): -13260154 or 8825397. OLE color: 8825397.

HSL color Cylindrical-coordinate representation of color #35AA86: hue angle of 161.54º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AA86 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 170 134 -
CMYK 0.69 0 0.21 0.33
HSL 161.54º 0.52% 0.44% -
HSV(B) 161.54º 0.69% 0.67% -
XYZ 20.15 31.23 27.52 -
YUV 130.91 129.74 72.43 -
System Red Green Blue C M Y K H S L
Decimal 53 170 134 0.69 0 0.21 0.33 161.54 0.52 0.44
Hex 35 AA 86 45 0 15 21 A2 34 2C
Octal 65 252 206 105 0 25 41 242 64 54
Binary 110101 10101010 10000110 1000101 0 10101 100001 10100010 110100 101100

Color Harmonies of #35AA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AA86

Black with #35AA86

Text Example


Text Example

White with #35AA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,170,134); }

 H1.HeaderClassName
 {
   color: #35AA86;
 }
 .AnyTagClassName
 {
   color: #35AA86;
 }
</style>

background-color css

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

 a { background-color: rgb(53,170,134); }

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

border-color css

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

 span { border-color: rgb(53,170,134); }

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