Html Css Color HEX #314001 Turtle Green

📋 copy color: '#314001'

red 49 ◦ green 64 ◦ blue 1

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

Shades of Turtle Green #314001

Tints of Turtle Green #314001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

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

R = 42.98%
G = 56.14%
B = 0.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#314001 (or 0x314001) is known color: Turtle Green. HEX triplet: 31, 40 and 01. RGB value is (49,64,1). Sum of RGB (Red+Green+Blue) = 49+64+1=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #314001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314001 is #CEBFFE. Grayscale: #343434. Windows color (decimal): -13549567 or 81969. OLE color: 81969.

HSL color Cylindrical-coordinate representation of color #314001: hue angle of 74.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #314001 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 1 -
CMYK 0.23 0 0.98 0.75
HSL 74.29º 0.97% 0.13% -
HSV(B) 74.29º 0.98% 0.25% -
XYZ 3.11 4.32 0.7 -
YUV 52.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 49 64 1 0.23 0 0.98 0.75 74.29 0.97 0.13
Hex 31 40 1 17 0 62 4B 4A 61 D
Octal 61 100 1 27 0 142 113 112 141 15
Binary 110001 1000000 1 10111 0 1100010 1001011 1001010 1100001 1101

Color Harmonies of #314001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314001

Black with #314001

Text Example


Text Example

White with #314001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314001; }

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

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

background-color css

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

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

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

border-color css

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

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

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