#31380C

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

Shades of Turtle Green #31380C

Tints of Turtle Green #31380C

Color information

#31380C (or 0x31380C) is unknown color: approx Turtle Green. HEX triplet: 31, 38 and 0C. RGB value is (49,56,12). Sum of RGB (Red+Green+Blue) = 49+56+12=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #31380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31380C is #CEC7F3. Grayscale: #313131. Windows color (decimal): -13551604 or 800817. OLE color: 800817.

HSL color Cylindrical-coordinate representation of color #31380C: hue angle of 69.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31380C is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB495612-
CMYK0.1200.790.78
HSL69.55º64.71%13.33%-
HSV(B)69.55º78.57%21.96%-
XYZ2.753.510.88-
YUV48.89107.18128.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=41.88%
G=47.86%
B=10.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956120.1200.790.7869.5564.7113.33
Hex3138CC04F4E4641d
Octal61701414011711610610115
Binary11000111100011001100010011111001110100011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31380C; }

 p { color: rgb(49,56,12); }

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

<style>
 a { background-color: #31380C; }

 a { background-color: rgb(49,56,12); }

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

<style>
 span { border-color: #31380C; }

 span { border-color: rgb(49,56,12); }

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