#264704

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

Shades of Turtle Green #264704

Tints of Turtle Green #264704

Color information

#264704 (or 0x264704) is unknown color: approx Turtle Green. HEX triplet: 26, 47 and 04. RGB value is (38,71,4). Sum of RGB (Red+Green+Blue) = 38+71+4=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #264704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264704 is #D9B8FB. Grayscale: #353535. Windows color (decimal): -14268668 or 280358. OLE color: 280358.

HSL color Cylindrical-coordinate representation of color #264704: hue angle of 89.55º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #264704 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB38714-
CMYK0.4600.940.72
HSL89.55º89.33%14.71%-
HSV(B)89.55º94.37%27.84%-
XYZ3.074.930.9-
YUV53.5100.07116.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 71 (28.12% from 255) = 62.83%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=33.63%
G=62.83%
B=3.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal387140.4600.940.7289.5589.3314.71
Hex264742E05E485a59f
Octal46107456013611013213117
Binary1001101000111100101110010111101001000101101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264704; }

 p { color: rgb(38,71,4); }

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

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

 a { background-color: rgb(38,71,4); }

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

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

 span { border-color: rgb(38,71,4); }

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