Html Css Color HEX #314801 Turtle Green

📋 copy color: '#314801'

red 49 ◦ green 72 ◦ blue 1

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

Shades of Turtle Green #314801

Tints of Turtle Green #314801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 40.16%
G = 59.02%
B = 0.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#314801 (or 0x314801) is known color: Turtle Green. HEX triplet: 31, 48 and 01. RGB value is (49,72,1). Sum of RGB (Red+Green+Blue) = 49+72+1=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #314801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314801 is #CEB7FE. Grayscale: #393939. Windows color (decimal): -13547519 or 84017. OLE color: 84017.

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

Color convert

RGB 49 72 1 -
CMYK 0.32 0 0.99 0.72
HSL 79.44º 0.97% 0.14% -
HSV(B) 79.44º 0.99% 0.28% -
XYZ 3.59 5.29 0.86 -
YUV 57.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 49 72 1 0.32 0 0.99 0.72 79.44 0.97 0.14
Hex 31 48 1 20 0 63 48 4F 61 E
Octal 61 110 1 40 0 143 110 117 141 16
Binary 110001 1001000 1 100000 0 1100011 1001000 1001111 1100001 1110

Color Harmonies of #314801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314801

Black with #314801

Text Example


Text Example

White with #314801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314801; }

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

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

background-color css

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

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

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

border-color css

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

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

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