#264905

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

Shades of Turtle Green #264905

Tints of Turtle Green #264905

Color information

#264905 (or 0x264905) is unknown color: approx Turtle Green. HEX triplet: 26, 49 and 05. RGB value is (38,73,5). Sum of RGB (Red+Green+Blue) = 38+73+5=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #264905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264905 is #D9B6FA. Grayscale: #373737. Windows color (decimal): -14268155 or 346406. OLE color: 346406.

HSL color Cylindrical-coordinate representation of color #264905: hue angle of 90.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #264905 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB38735-
CMYK0.4800.930.71
HSL90.88º87.18%15.29%-
HSV(B)90.88º93.15%28.63%-
XYZ3.215.190.98-
YUV54.7899.9116.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=32.76%
G=62.93%
B=4.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal387350.4800.930.7190.8887.1815.29
Hex264953005D475b57f
Octal46111560013510713312717
Binary1001101001001101110000010111011000111101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264905; }

 p { color: rgb(38,73,5); }

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

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

 a { background-color: rgb(38,73,5); }

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

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

 span { border-color: rgb(38,73,5); }

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