Html Css Color HEX #31400C Turtle Green

📋 copy color: '#31400C'

red 49 ◦ green 64 ◦ blue 12

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

Shades of Turtle Green #31400C

Tints of Turtle Green #31400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

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

R = 39.2%
G = 51.2%
B = 9.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#31400C (or 0x31400C) is known color: Turtle Green. HEX triplet: 31, 40 and 0C. RGB value is (49,64,12). Sum of RGB (Red+Green+Blue) = 49+64+12=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #31400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31400C is #CEBFF3. Grayscale: #353535. Windows color (decimal): -13549556 or 802865. OLE color: 802865.

HSL color Cylindrical-coordinate representation of color #31400C: hue angle of 77.31º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31400C is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 12 -
CMYK 0.23 0 0.81 0.75
HSL 77.31º 0.68% 0.15% -
HSV(B) 77.31º 0.81% 0.25% -
XYZ 3.17 4.35 1.02 -
YUV 53.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 49 64 12 0.23 0 0.81 0.75 77.31 0.68 0.15
Hex 31 40 C 17 0 51 4B 4D 44 F
Octal 61 100 14 27 0 121 113 115 104 17
Binary 110001 1000000 1100 10111 0 1010001 1001011 1001101 1000100 1111

Color Harmonies of #31400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31400C

Black with #31400C

Text Example


Text Example

White with #31400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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