Html Css Color HEX #35B68D Jungle Green

📋 copy color: '#35B68D'

red 53 ◦ green 182 ◦ blue 141

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

Shades of Jungle Green #35B68D

Tints of Jungle Green #35B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.4%

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

R = 14.1%
G = 48.4%
B = 37.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#35B68D (or 0x35B68D) is known color: Jungle Green. HEX triplet: 35, B6 and 8D. RGB value is (53,182,141). Sum of RGB (Red+Green+Blue) = 53+182+141=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #35B68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B68D is #CA4972. Grayscale: #8A8A8A. Windows color (decimal): -13257075 or 9287221. OLE color: 9287221.

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

Color convert

RGB 53 182 141 -
CMYK 0.71 0 0.23 0.29
HSL 160.93º 0.55% 0.46% -
HSV(B) 160.93º 0.71% 0.71% -
XYZ 23 36.14 30.96 -
YUV 138.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 53 182 141 0.71 0 0.23 0.29 160.93 0.55 0.46
Hex 35 B6 8D 47 0 17 1D A1 37 2E
Octal 65 266 215 107 0 27 35 241 67 56
Binary 110101 10110110 10001101 1000111 0 10111 11101 10100001 110111 101110

Color Harmonies of #35B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B68D

Black with #35B68D

Text Example


Text Example

White with #35B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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