#26A484

Color #26A484 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #26A484

Tints of Jungle Green #26A484

Color information

#26A484 (or 0x26A484) is unknown color: approx Jungle Green. HEX triplet: 26, A4 and 84. RGB value is (38,164,132). Sum of RGB (Red+Green+Blue) = 38+164+132=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #26A484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A484 is #D95B7B. Grayscale: #7A7A7A. Windows color (decimal): -14244732 or 8692774. OLE color: 8692774.

HSL color Cylindrical-coordinate representation of color #26A484: hue angle of 164.76º 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 #26A484 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB38164132-
CMYK0.7700.200.36
HSL164.76º62.38%39.61%-
HSV(B)164.76º76.83%64.31%-
XYZ18.2428.6326.39-
YUV122.68133.2667.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 164 (64.45% from 255) = 49.10%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=11.38%
G=49.10%
B=39.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381641320.7700.200.36164.7662.3839.61
Hex26A4844D01424a53e28
Octal46244204115024442457650
Binary1001101010010010000100100110101010010010010100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #26A484;
 }
 .AnyTagClassName
 {
   color: #26A484;
 }
</style>
background-color css

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

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

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

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

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

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