#26A485

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

Shades of Jungle Green #26A485

Tints of Jungle Green #26A485

Color information

#26A485 (or 0x26A485) is unknown color: approx Jungle Green. HEX triplet: 26, A4 and 85. RGB value is (38,164,133). Sum of RGB (Red+Green+Blue) = 38+164+133=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #26A485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A485 is #D95B7A. Grayscale: #7A7A7A. Windows color (decimal): -14244731 or 8758310. OLE color: 8758310.

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

Color convert

RGB38164133-
CMYK0.7700.190.36
HSL165.24º62.38%39.61%-
HSV(B)165.24º76.83%64.31%-
XYZ18.3128.6626.76-
YUV122.79133.7667.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.34%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=11.34%
G=48.96%
B=39.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381641330.7700.190.36165.2462.3839.61
Hex26A4854D01324a53e28
Octal46244205115023442457650
Binary1001101010010010000101100110101001110010010100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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