Html Css Color HEX #314000 Turtle Green

📋 copy color: '#314000'

red 49 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #314000

Tints of Turtle Green #314000

RGB

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

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

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

R = 43.36%
G = 56.64%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#314000 (or 0x314000) is known color: Turtle Green. HEX triplet: 31, 40 and 00. RGB value is (49,64,0). Sum of RGB (Red+Green+Blue) = 49+64+0=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #314000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314000 is #CEBFFF. Grayscale: #343434. Windows color (decimal): -13549568 or 16433. OLE color: 16433.

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

Color convert

RGB 49 64 0 -
CMYK 0.23 0 1 0.75
HSL 74.06º 1% 0.13% -
HSV(B) 74.06º 1% 0.25% -
XYZ 3.1 4.32 0.67 -
YUV 52.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 49 64 0 0.23 0 1 0.75 74.06 1 0.13
Hex 31 40 0 17 0 64 4B 4A 64 D
Octal 61 100 0 27 0 144 113 112 144 15
Binary 110001 1000000 0 10111 0 1100100 1001011 1001010 1100100 1101

Color Harmonies of #314000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314000

Black with #314000

Text Example


Text Example

White with #314000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314000; }

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

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

background-color css

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

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

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

border-color css

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

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

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