Html Css Color HEX #31370C Turtle Green

📋 copy color: '#31370C'

red 49 ◦ green 55 ◦ blue 12

#31370C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #31370C

Tints of Turtle Green #31370C

RGB

 RED value IS 49 (19.53% from 255) = 42.24%

 GREEN value IS 55 (21.88% from 255) = 47.41%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 42.24%
G = 47.41%
B = 10.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#31370C (or 0x31370C) is known color: Turtle Green. HEX triplet: 31, 37 and 0C. RGB value is (49,55,12). Sum of RGB (Red+Green+Blue) = 49+55+12=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #31370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31370C is #CEC8F3. Grayscale: #303030. Windows color (decimal): -13551860 or 800561. OLE color: 800561.

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

Color convert

RGB 49 55 12 -
CMYK 0.11 0 0.78 0.78
HSL 68.37º 0.64% 0.13% -
HSV(B) 68.37º 0.78% 0.22% -
XYZ 2.7 3.41 0.86 -
YUV 48.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 49 55 12 0.11 0 0.78 0.78 68.37 0.64 0.13
Hex 31 37 C B 0 4E 4E 44 40 D
Octal 61 67 14 13 0 116 116 104 100 15
Binary 110001 110111 1100 1011 0 1001110 1001110 1000100 1000000 1101

Color Harmonies of #31370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31370C

Black with #31370C

Text Example


Text Example

White with #31370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31370C;
 }
 .AnyTagClassName
 {
   color: #31370C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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