Html Css Color HEX #314314 Turtle Green

📋 copy color: '#314314'

red 49 ◦ green 67 ◦ blue 20

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

Shades of Turtle Green #314314

Tints of Turtle Green #314314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.26%

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 36.03%
G = 49.26%
B = 14.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#314314 (or 0x314314) is known color: Turtle Green. HEX triplet: 31, 43 and 14. RGB value is (49,67,20). Sum of RGB (Red+Green+Blue) = 49+67+20=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #314314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314314 is #CEBCEB. Grayscale: #383838. Windows color (decimal): -13548780 or 1327921. OLE color: 1327921.

HSL color Cylindrical-coordinate representation of color #314314: hue angle of 82.98º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314314 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 20 -
CMYK 0.27 0 0.70 0.74
HSL 82.98º 0.54% 0.17% -
HSV(B) 82.98º 0.7% 0.26% -
XYZ 3.4 4.72 1.39 -
YUV 56.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 49 67 20 0.27 0 0.70 0.74 82.98 0.54 0.17
Hex 31 43 14 1B 0 46 4A 53 36 11
Octal 61 103 24 33 0 106 112 123 66 21
Binary 110001 1000011 10100 11011 0 1000110 1001010 1010011 110110 10001

Color Harmonies of #314314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314314

Black with #314314

Text Example


Text Example

White with #314314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314314; }

 p { color: rgb(49,67,20); }

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

background-color css

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

 a { background-color: rgb(49,67,20); }

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

border-color css

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

 span { border-color: rgb(49,67,20); }

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