#31480F

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

Shades of Turtle Green #31480F

Tints of Turtle Green #31480F

Color information

#31480F (or 0x31480F) is unknown color: approx Turtle Green. HEX triplet: 31, 48 and 0F. RGB value is (49,72,15). Sum of RGB (Red+Green+Blue) = 49+72+15=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #31480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31480F is #CEB7F0. Grayscale: #3A3A3A. Windows color (decimal): -13547505 or 1001521. OLE color: 1001521.

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

Color convert

RGB497215-
CMYK0.3200.790.72
HSL84.21º65.52%17.06%-
HSV(B)84.21º79.17%28.24%-
XYZ3.675.321.29-
YUV58.62103.38121.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=36.03%
G=52.94%
B=11.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972150.3200.790.7284.2165.5217.06
Hex3148F2004F48544211
Octal611101740011711012410221
Binary110001100100011111000000100111110010001010100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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