#264705

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

Shades of Turtle Green #264705

Tints of Turtle Green #264705

Color information

#264705 (or 0x264705) is unknown color: approx Turtle Green. HEX triplet: 26, 47 and 05. RGB value is (38,71,5). Sum of RGB (Red+Green+Blue) = 38+71+5=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #264705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264705 is #D9B8FA. Grayscale: #353535. Windows color (decimal): -14268667 or 345894. OLE color: 345894.

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

Color convert

RGB38715-
CMYK0.4600.930.72
HSL90º86.84%14.9%-
HSV(B)90º92.96%27.84%-
XYZ3.084.930.93-
YUV53.61100.57116.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=33.33%
G=62.28%
B=4.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal387150.4600.930.729086.8414.9
Hex264752E05D485a57f
Octal46107556013511013212717
Binary1001101000111101101110010111011001000101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264705; }

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

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

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

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

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

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

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

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