#264600

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

Shades of Turtle Green #264600

Tints of Turtle Green #264600

Color information

#264600 (or 0x264600) is unknown color: approx Turtle Green. HEX triplet: 26, 46 and 00. RGB value is (38,70,0). Sum of RGB (Red+Green+Blue) = 38+70+0=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #264600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264600 is #D9B9FF. Grayscale: #343434. Windows color (decimal): -14268928 or 17958. OLE color: 17958.

HSL color Cylindrical-coordinate representation of color #264600: hue angle of 87.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #264600 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB38700-
CMYK0.46010.73
HSL87.43º100%13.73%-
HSV(B)87.43º100%27.45%-
XYZ2.994.790.77-
YUV52.4598.4117.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 70 (27.73% from 255) = 64.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.19%
G=64.81%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal387000.46010.7387.4310013.73
Hex264602E064495764e
Octal46106056014411112714416
Binary10011010001100101110011001001001001101011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264600; }

 p { color: rgb(38,70,0); }

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

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

 a { background-color: rgb(38,70,0); }

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

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

 span { border-color: rgb(38,70,0); }

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