Html Css Color HEX #314A0D Turtle Green

📋 copy color: '#314A0D'

red 49 ◦ green 74 ◦ blue 13

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

Shades of Turtle Green #314A0D

Tints of Turtle Green #314A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 54.41%

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 36.03%
G = 54.41%
B = 9.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#314A0D (or 0x314A0D) is known color: Turtle Green. HEX triplet: 31, 4A and 0D. RGB value is (49,74,13). Sum of RGB (Red+Green+Blue) = 49+74+13=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #314A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A0D is #CEB5F2. Grayscale: #3B3B3B. Windows color (decimal): -13546995 or 870961. OLE color: 870961.

HSL color Cylindrical-coordinate representation of color #314A0D: hue angle of 84.59º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #314A0D is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 13 -
CMYK 0.34 0 0.82 0.71
HSL 84.59º 0.7% 0.17% -
HSV(B) 84.59º 0.82% 0.29% -
XYZ 3.79 5.58 1.26 -
YUV 59.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 49 74 13 0.34 0 0.82 0.71 84.59 0.7 0.17
Hex 31 4A D 22 0 52 47 55 46 11
Octal 61 112 15 42 0 122 107 125 106 21
Binary 110001 1001010 1101 100010 0 1010010 1000111 1010101 1000110 10001

Color Harmonies of #314A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A0D

Black with #314A0D

Text Example


Text Example

White with #314A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314A0D; }

 p { color: rgb(49,74,13); }

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

background-color css

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

 a { background-color: rgb(49,74,13); }

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

border-color css

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

 span { border-color: rgb(49,74,13); }

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