#264907

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

Shades of Turtle Green #264907

Tints of Turtle Green #264907

Color information

#264907 (or 0x264907) is unknown color: approx Turtle Green. HEX triplet: 26, 49 and 07. RGB value is (38,73,7). Sum of RGB (Red+Green+Blue) = 38+73+7=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #264907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264907 is #D9B6F8. Grayscale: #373737. Windows color (decimal): -14268153 or 477478. OLE color: 477478.

HSL color Cylindrical-coordinate representation of color #264907: hue angle of 91.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #264907 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB38737-
CMYK0.4800.900.71
HSL91.82º82.5%15.69%-
HSV(B)91.82º90.41%28.63%-
XYZ3.225.191.03-
YUV55.01100.9115.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 73 (28.91% from 255) = 61.86%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=32.20%
G=61.86%
B=5.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal387370.4800.900.7191.8282.515.69
Hex264973005A475c5210
Octal46111760013210713412220
Binary10011010010011111100000101101010001111011100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264907; }

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

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

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

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

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

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

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

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