#31480A

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

Shades of Turtle Green #31480A

Tints of Turtle Green #31480A

Color information

#31480A (or 0x31480A) is unknown color: approx Turtle Green. HEX triplet: 31, 48 and 0A. RGB value is (49,72,10). Sum of RGB (Red+Green+Blue) = 49+72+10=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #31480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31480A is #CEB7F5. Grayscale: #3A3A3A. Windows color (decimal): -13547510 or 673841. OLE color: 673841.

HSL color Cylindrical-coordinate representation of color #31480A: hue angle of 82.26º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31480A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB497210-
CMYK0.3200.860.72
HSL82.26º75.61%16.08%-
HSV(B)82.26º86.11%28.24%-
XYZ3.645.311.12-
YUV58.05100.88121.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=37.40%
G=54.96%
B=7.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972100.3200.860.7282.2675.6116.08
Hex3148A2005648524c10
Octal611101240012611012211420
Binary110001100100010101000000101011010010001010010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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