#264006

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

Shades of Turtle Green #264006

Tints of Turtle Green #264006

Color information

#264006 (or 0x264006) is unknown color: approx Turtle Green. HEX triplet: 26, 40 and 06. RGB value is (38,64,6). Sum of RGB (Red+Green+Blue) = 38+64+6=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #264006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264006 is #D9BFF9. Grayscale: #313131. Windows color (decimal): -14270458 or 409638. OLE color: 409638.

HSL color Cylindrical-coordinate representation of color #264006: hue angle of 86.9º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #264006 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB38646-
CMYK0.4100.910.75
HSL86.9º82.86%13.73%-
HSV(B)86.9º90.62%25.1%-
XYZ2.674.090.82-
YUV49.61103.39119.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=35.19%
G=59.26%
B=5.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal386460.4100.910.7586.982.8613.73
Hex264062905B4B5753e
Octal46100651013311312712316
Binary1001101000000110101001010110111001011101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264006; }

 p { color: rgb(38,64,6); }

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

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

 a { background-color: rgb(38,64,6); }

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

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

 span { border-color: rgb(38,64,6); }

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