Html Css Color HEX #314800 Turtle Green

📋 copy color: '#314800'

red 49 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #314800

Tints of Turtle Green #314800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.5%
G = 59.5%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#314800 (or 0x314800) is known color: Turtle Green. HEX triplet: 31, 48 and 00. RGB value is (49,72,0). Sum of RGB (Red+Green+Blue) = 49+72+0=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #314800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314800 is #CEB7FF. Grayscale: #393939. Windows color (decimal): -13547520 or 18481. OLE color: 18481.

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

Color convert

RGB 49 72 0 -
CMYK 0.32 0 1 0.72
HSL 79.17º 1% 0.14% -
HSV(B) 79.17º 1% 0.28% -
XYZ 3.58 5.29 0.83 -
YUV 56.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 49 72 0 0.32 0 1 0.72 79.17 1 0.14
Hex 31 48 0 20 0 64 48 4F 64 E
Octal 61 110 0 40 0 144 110 117 144 16
Binary 110001 1001000 0 100000 0 1100100 1001000 1001111 1100100 1110

Color Harmonies of #314800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314800

Black with #314800

Text Example


Text Example

White with #314800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314800; }

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

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

background-color css

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

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

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

border-color css

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

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

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