#264506

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

Shades of Turtle Green #264506

Tints of Turtle Green #264506

Color information

#264506 (or 0x264506) is unknown color: approx Turtle Green. HEX triplet: 26, 45 and 06. RGB value is (38,69,6). Sum of RGB (Red+Green+Blue) = 38+69+6=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #264506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264506 is #D9BAF9. Grayscale: #343434. Windows color (decimal): -14269178 or 410918. OLE color: 410918.

HSL color Cylindrical-coordinate representation of color #264506: hue angle of 89.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #264506 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB38696-
CMYK0.4500.910.73
HSL89.52º84%14.71%-
HSV(B)89.52º91.3%27.06%-
XYZ2.964.680.92-
YUV52.55101.73117.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=33.63%
G=61.06%
B=5.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal386960.4500.910.7389.528414.71
Hex264562D05B495a54f
Octal46105655013311113212417
Binary1001101000101110101101010110111001001101101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264506; }

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

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

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

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

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

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

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

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