Html Css Color HEX #26A476 Jungle Green

📋 copy color: '#26A476'

red 38 ◦ green 164 ◦ blue 118

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

Shades of Jungle Green #26A476

Tints of Jungle Green #26A476

RGB

 RED value IS 38 (15.23% from 255) = 11.88%

 GREEN value IS 164 (64.45% from 255) = 51.25%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 11.88%
G = 51.25%
B = 36.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#26A476 (or 0x26A476) is known color: Jungle Green. HEX triplet: 26, A4 and 76. RGB value is (38,164,118). Sum of RGB (Red+Green+Blue) = 38+164+118=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #26A476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A476 is #D95B89. Grayscale: #797979. Windows color (decimal): -14244746 or 7775270. OLE color: 7775270.

HSL color Cylindrical-coordinate representation of color #26A476: hue angle of 158.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A476 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 164 118 -
CMYK 0.77 0 0.28 0.36
HSL 158.1º 0.62% 0.4% -
HSV(B) 158.1º 0.77% 0.64% -
XYZ 17.34 28.27 21.68 -
YUV 121.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 38 164 118 0.77 0 0.28 0.36 158.1 0.62 0.4
Hex 26 A4 76 4D 0 1C 24 9E 3E 28
Octal 46 244 166 115 0 34 44 236 76 50
Binary 100110 10100100 1110110 1001101 0 11100 100100 10011110 111110 101000

Color Harmonies of #26A476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26A476

Black with #26A476

Text Example


Text Example

White with #26A476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26A476; }

 p { color: rgb(38,164,118); }

 H1.HeaderClassName
 {
   color: #26A476;
 }
 .AnyTagClassName
 {
   color: #26A476;
 }
</style>

background-color css

<style>
 a { background-color: #26A476; }

 a { background-color: rgb(38,164,118); }

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

border-color css

<style>
 span { border-color: #26A476; }

 span { border-color: rgb(38,164,118); }

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