Html Css Color HEX #35B58D Jungle Green

📋 copy color: '#35B58D'

red 53 ◦ green 181 ◦ blue 141

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

Shades of Jungle Green #35B58D

Tints of Jungle Green #35B58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.27%

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 14.13%
G = 48.27%
B = 37.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#35B58D (or 0x35B58D) is known color: Jungle Green. HEX triplet: 35, B5 and 8D. RGB value is (53,181,141). Sum of RGB (Red+Green+Blue) = 53+181+141=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #35B58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B58D is #CA4A72. Grayscale: #8A8A8A. Windows color (decimal): -13257331 or 9286965. OLE color: 9286965.

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

Color convert

RGB 53 181 141 -
CMYK 0.71 0 0.22 0.29
HSL 161.25º 0.55% 0.46% -
HSV(B) 161.25º 0.71% 0.71% -
XYZ 22.8 35.73 30.89 -
YUV 138.17 129.59 67.25 -
System Red Green Blue C M Y K H S L
Decimal 53 181 141 0.71 0 0.22 0.29 161.25 0.55 0.46
Hex 35 B5 8D 47 0 16 1D A1 37 2E
Octal 65 265 215 107 0 26 35 241 67 56
Binary 110101 10110101 10001101 1000111 0 10110 11101 10100001 110111 101110

Color Harmonies of #35B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B58D

Black with #35B58D

Text Example


Text Example

White with #35B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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