#264205

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

Shades of Turtle Green #264205

Tints of Turtle Green #264205

Color information

#264205 (or 0x264205) is unknown color: approx Turtle Green. HEX triplet: 26, 42 and 05. RGB value is (38,66,5). Sum of RGB (Red+Green+Blue) = 38+66+5=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #264205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264205 is #D9BDFA. Grayscale: #323232. Windows color (decimal): -14269947 or 344614. OLE color: 344614.

HSL color Cylindrical-coordinate representation of color #264205: hue angle of 87.54º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #264205 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB38665-
CMYK0.4200.920.74
HSL87.54º85.92%13.92%-
HSV(B)87.54º92.42%25.88%-
XYZ2.774.320.83-
YUV50.67102.22118.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 66 (26.17% from 255) = 60.55%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=34.86%
G=60.55%
B=4.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal386650.4200.920.7487.5485.9213.92
Hex264252A05C4A5856e
Octal46102552013411213012616
Binary1001101000010101101010010111001001010101100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264205; }

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

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

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

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

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

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

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

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