#31450B

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

Shades of Turtle Green #31450B

Tints of Turtle Green #31450B

Color information

#31450B (or 0x31450B) is unknown color: approx Turtle Green. HEX triplet: 31, 45 and 0B. RGB value is (49,69,11). Sum of RGB (Red+Green+Blue) = 49+69+11=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #31450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31450B is #CEBAF4. Grayscale: #383838. Windows color (decimal): -13548277 or 738609. OLE color: 738609.

HSL color Cylindrical-coordinate representation of color #31450B: hue angle of 80.69º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31450B is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB496911-
CMYK0.2900.840.73
HSL80.69º72.5%15.69%-
HSV(B)80.69º84.06%27.06%-
XYZ3.464.931.09-
YUV56.41102.37122.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=37.98%
G=53.49%
B=8.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969110.2900.840.7380.6972.515.69
Hex3145B1D05449514810
Octal611051335012411112111020
Binary11000110001011011111010101010010010011010001100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31450B; }

 p { color: rgb(49,69,11); }

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

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

 a { background-color: rgb(49,69,11); }

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

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

 span { border-color: rgb(49,69,11); }

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