#264500

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

Shades of Turtle Green #264500

Tints of Turtle Green #264500

Color information

#264500 (or 0x264500) is unknown color: approx Turtle Green. HEX triplet: 26, 45 and 00. RGB value is (38,69,0). Sum of RGB (Red+Green+Blue) = 38+69+0=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #264500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264500 is #D9BAFF. Grayscale: #343434. Windows color (decimal): -14269184 or 17702. OLE color: 17702.

HSL color Cylindrical-coordinate representation of color #264500: hue angle of 86.96º 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 #264500 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB38690-
CMYK0.45010.73
HSL86.96º100%13.53%-
HSV(B)86.96º100%27.06%-
XYZ2.934.670.75-
YUV51.8698.73118.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 69 (27.34% from 255) = 64.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.51%
G=64.49%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal386900.45010.7386.9610013.53
Hex264502D064495764e
Octal46105055014411112714416
Binary10011010001010101101011001001001001101011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264500; }

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

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

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

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

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

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

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

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