#31410A

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

Shades of Turtle Green #31410A

Tints of Turtle Green #31410A

Color information

#31410A (or 0x31410A) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 0A. RGB value is (49,65,10). Sum of RGB (Red+Green+Blue) = 49+65+10=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #31410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31410A is #CEBEF5. Grayscale: #363636. Windows color (decimal): -13549302 or 672049. OLE color: 672049.

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

Color convert

RGB496510-
CMYK0.2500.850.75
HSL77.45º73.33%14.71%-
HSV(B)77.45º84.62%25.49%-
XYZ3.214.460.98-
YUV53.95103.2124.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=39.52%
G=52.42%
B=8.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965100.2500.850.7577.4573.3314.71
Hex3141A190554B4d49f
Octal611011231012511311511117
Binary1100011000001101011001010101011001011100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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