Html Css Color HEX #314004 Turtle Green

📋 copy color: '#314004'

red 49 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #314004

Tints of Turtle Green #314004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 41.88%
G = 54.7%
B = 3.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#314004 (or 0x314004) is known color: Turtle Green. HEX triplet: 31, 40 and 04. RGB value is (49,64,4). Sum of RGB (Red+Green+Blue) = 49+64+4=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #314004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314004 is #CEBFFB. Grayscale: #343434. Windows color (decimal): -13549564 or 278577. OLE color: 278577.

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

Color convert

RGB 49 64 4 -
CMYK 0.23 0 0.94 0.75
HSL 75º 0.88% 0.13% -
HSV(B) 75º 0.94% 0.25% -
XYZ 3.12 4.33 0.79 -
YUV 52.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 49 64 4 0.23 0 0.94 0.75 75 0.88 0.13
Hex 31 40 4 17 0 5E 4B 4B 58 D
Octal 61 100 4 27 0 136 113 113 130 15
Binary 110001 1000000 100 10111 0 1011110 1001011 1001011 1011000 1101

Color Harmonies of #314004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314004

Black with #314004

Text Example


Text Example

White with #314004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314004; }

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

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

background-color css

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

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

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

border-color css

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

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

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