#264505

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

Shades of Turtle Green #264505

Tints of Turtle Green #264505

Color information

#264505 (or 0x264505) is unknown color: approx Turtle Green. HEX triplet: 26, 45 and 05. RGB value is (38,69,5). Sum of RGB (Red+Green+Blue) = 38+69+5=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #264505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264505 is #D9BAFA. Grayscale: #343434. Windows color (decimal): -14269179 or 345382. OLE color: 345382.

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

Color convert

RGB38695-
CMYK0.4500.930.73
HSL89.06º86.49%14.51%-
HSV(B)89.06º92.75%27.06%-
XYZ2.954.680.89-
YUV52.44101.23117.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 69 (27.34% from 255) = 61.61%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=33.93%
G=61.61%
B=4.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal386950.4500.930.7389.0686.4914.51
Hex264552D05D495956f
Octal46105555013511113112617
Binary1001101000101101101101010111011001001101100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264505; }

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

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

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

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

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

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

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

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