#264507

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

Shades of Turtle Green #264507

Tints of Turtle Green #264507

Color information

#264507 (or 0x264507) is unknown color: approx Turtle Green. HEX triplet: 26, 45 and 07. RGB value is (38,69,7). Sum of RGB (Red+Green+Blue) = 38+69+7=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #264507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264507 is #D9BAF8. Grayscale: #343434. Windows color (decimal): -14269177 or 476454. OLE color: 476454.

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

Color convert

RGB38697-
CMYK0.4500.900.73
HSL90º81.58%14.9%-
HSV(B)90º89.86%27.06%-
XYZ2.974.680.95-
YUV52.66102.23117.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 60.53%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=33.33%
G=60.53%
B=6.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal386970.4500.900.739081.5814.9
Hex264572D05A495a52f
Octal46105755013211113212217
Binary1001101000101111101101010110101001001101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264507; }

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

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

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

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

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

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

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

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