Html Css Color HEX #35AD81 Jungle Green

📋 copy color: '#35AD81'

red 53 ◦ green 173 ◦ blue 129

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

Shades of Jungle Green #35AD81

Tints of Jungle Green #35AD81

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.73%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 14.93%
G = 48.73%
B = 36.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#35AD81 (or 0x35AD81) is known color: Jungle Green. HEX triplet: 35, AD and 81. RGB value is (53,173,129). Sum of RGB (Red+Green+Blue) = 53+173+129=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AD81 is #CA527E. Grayscale: #848484. Windows color (decimal): -13259391 or 8498485. OLE color: 8498485.

HSL color Cylindrical-coordinate representation of color #35AD81: hue angle of 158º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD81 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 173 129 -
CMYK 0.69 0 0.25 0.32
HSL 158º 0.53% 0.44% -
HSV(B) 158º 0.69% 0.68% -
XYZ 20.37 32.23 25.92 -
YUV 132.1 126.24 71.58 -
System Red Green Blue C M Y K H S L
Decimal 53 173 129 0.69 0 0.25 0.32 158 0.53 0.44
Hex 35 AD 81 45 0 19 20 9E 35 2C
Octal 65 255 201 105 0 31 40 236 65 54
Binary 110101 10101101 10000001 1000101 0 11001 100000 10011110 110101 101100

Color Harmonies of #35AD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD81

Black with #35AD81

Text Example


Text Example

White with #35AD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,129); }

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

background-color css

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

 a { background-color: rgb(53,173,129); }

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

border-color css

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

 span { border-color: rgb(53,173,129); }

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