#31440A

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

Shades of Turtle Green #31440A

Tints of Turtle Green #31440A

Color information

#31440A (or 0x31440A) is unknown color: approx Turtle Green. HEX triplet: 31, 44 and 0A. RGB value is (49,68,10). Sum of RGB (Red+Green+Blue) = 49+68+10=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #31440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31440A is #CEBBF5. Grayscale: #373737. Windows color (decimal): -13548534 or 672817. OLE color: 672817.

HSL color Cylindrical-coordinate representation of color #31440A: hue angle of 79.66º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31440A is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB496810-
CMYK0.2800.850.73
HSL79.66º74.36%15.29%-
HSV(B)79.66º85.29%26.67%-
XYZ3.394.811.04-
YUV55.71102.21123.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=38.58%
G=53.54%
B=7.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968100.2800.850.7379.6674.3615.29
Hex3144A1C05549504af
Octal611041234012511112011217
Binary1100011000100101011100010101011001001101000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31440A; }

 p { color: rgb(49,68,10); }

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

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

 a { background-color: rgb(49,68,10); }

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

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

 span { border-color: rgb(49,68,10); }

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