#264C05

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

Shades of Turtle Green #264C05

Tints of Turtle Green #264C05

Color information

#264C05 (or 0x264C05) is unknown color: approx Turtle Green. HEX triplet: 26, 4C and 05. RGB value is (38,76,5). Sum of RGB (Red+Green+Blue) = 38+76+5=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #264C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264C05 is #D9B3FA. Grayscale: #383838. Windows color (decimal): -14267387 or 347174. OLE color: 347174.

HSL color Cylindrical-coordinate representation of color #264C05: hue angle of 92.11º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #264C05 is Cyan = 0.5, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.

Color convert

RGB38765-
CMYK0.500.930.70
HSL92.11º87.65%15.88%-
HSV(B)92.11º93.42%29.8%-
XYZ3.415.591.04-
YUV56.5498.91114.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 76 (30.08% from 255) = 63.87%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=31.93%
G=63.87%
B=4.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal387650.500.930.7092.1187.6515.88
Hex264C53205D465c5810
Octal46114562013510613413020
Binary10011010011001011100100101110110001101011100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264C05; }

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

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

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

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

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

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

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

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