Html Css Color HEX #35AB7D Jungle Green

📋 copy color: '#35AB7D'

red 53 ◦ green 171 ◦ blue 125

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

Shades of Jungle Green #35AB7D

Tints of Jungle Green #35AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49%

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 15.19%
G = 49%
B = 35.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#35AB7D (or 0x35AB7D) is known color: Jungle Green. HEX triplet: 35, AB and 7D. RGB value is (53,171,125). Sum of RGB (Red+Green+Blue) = 53+171+125=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB7D is #CA5482. Grayscale: #828282. Windows color (decimal): -13259907 or 8235829. OLE color: 8235829.

HSL color Cylindrical-coordinate representation of color #35AB7D: hue angle of 156.61º degrees, saturation: 0.53, 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 #35AB7D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 171 125 -
CMYK 0.69 0 0.27 0.33
HSL 156.61º 0.53% 0.44% -
HSV(B) 156.61º 0.69% 0.67% -
XYZ 19.73 31.36 24.42 -
YUV 130.47 124.91 72.74 -
System Red Green Blue C M Y K H S L
Decimal 53 171 125 0.69 0 0.27 0.33 156.61 0.53 0.44
Hex 35 AB 7D 45 0 1B 21 9D 35 2C
Octal 65 253 175 105 0 33 41 235 65 54
Binary 110101 10101011 1111101 1000101 0 11011 100001 10011101 110101 101100

Color Harmonies of #35AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AB7D

Black with #35AB7D

Text Example


Text Example

White with #35AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,171,125); }

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

background-color css

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

 a { background-color: rgb(53,171,125); }

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

border-color css

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

 span { border-color: rgb(53,171,125); }

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