Html Css Color HEX #313B0C Turtle Green

📋 copy color: '#313B0C'

red 49 ◦ green 59 ◦ blue 12

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

Shades of Turtle Green #313B0C

Tints of Turtle Green #313B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 49.17%

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

R = 40.83%
G = 49.17%
B = 10%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#313B0C (or 0x313B0C) is known color: Turtle Green. HEX triplet: 31, 3B and 0C. RGB value is (49,59,12). Sum of RGB (Red+Green+Blue) = 49+59+12=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #313B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B0C is #CEC4F3. Grayscale: #323232. Windows color (decimal): -13550836 or 801585. OLE color: 801585.

HSL color Cylindrical-coordinate representation of color #313B0C: hue angle of 72.77º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313B0C is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 59 12 -
CMYK 0.17 0 0.80 0.77
HSL 72.77º 0.66% 0.14% -
HSV(B) 72.77º 0.8% 0.23% -
XYZ 2.9 3.81 0.93 -
YUV 50.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 49 59 12 0.17 0 0.80 0.77 72.77 0.66 0.14
Hex 31 3B C 11 0 50 4D 49 42 E
Octal 61 73 14 21 0 120 115 111 102 16
Binary 110001 111011 1100 10001 0 1010000 1001101 1001001 1000010 1110

Color Harmonies of #313B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B0C

Black with #313B0C

Text Example


Text Example

White with #313B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B0C; }

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

 H1.HeaderClassName
 {
   color: #313B0C;
 }
 .AnyTagClassName
 {
   color: #313B0C;
 }
</style>

background-color css

<style>
 a { background-color: #313B0C; }

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

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

border-color css

<style>
 span { border-color: #313B0C; }

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

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