Html Css Color HEX #314808 Turtle Green

📋 copy color: '#314808'

red 49 ◦ green 72 ◦ blue 8

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

Shades of Turtle Green #314808

Tints of Turtle Green #314808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.81%

 BLUE value IS 8 (3.52% from 255) = 6.2%

R = 37.98%
G = 55.81%
B = 6.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#314808 (or 0x314808) is known color: Turtle Green. HEX triplet: 31, 48 and 08. RGB value is (49,72,8). Sum of RGB (Red+Green+Blue) = 49+72+8=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #314808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314808 is #CEB7F7. Grayscale: #3A3A3A. Windows color (decimal): -13547512 or 542769. OLE color: 542769.

HSL color Cylindrical-coordinate representation of color #314808: hue angle of 81.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #314808 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 8 -
CMYK 0.32 0 0.89 0.72
HSL 81.56º 0.8% 0.16% -
HSV(B) 81.56º 0.89% 0.28% -
XYZ 3.63 5.31 1.06 -
YUV 57.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 49 72 8 0.32 0 0.89 0.72 81.56 0.8 0.16
Hex 31 48 8 20 0 59 48 52 50 10
Octal 61 110 10 40 0 131 110 122 120 20
Binary 110001 1001000 1000 100000 0 1011001 1001000 1010010 1010000 10000

Color Harmonies of #314808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314808

Black with #314808

Text Example


Text Example

White with #314808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314808; }

 p { color: rgb(49,72,8); }

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

background-color css

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

 a { background-color: rgb(49,72,8); }

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

border-color css

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

 span { border-color: rgb(49,72,8); }

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