Html Css Color HEX #314304 Turtle Green

📋 copy color: '#314304'

red 49 ◦ green 67 ◦ blue 4

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

Shades of Turtle Green #314304

Tints of Turtle Green #314304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 55.83%

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

R = 40.83%
G = 55.83%
B = 3.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#314304 (or 0x314304) is known color: Turtle Green. HEX triplet: 31, 43 and 04. RGB value is (49,67,4). Sum of RGB (Red+Green+Blue) = 49+67+4=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #314304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314304 is #CEBCFB. Grayscale: #363636. Windows color (decimal): -13548796 or 279345. OLE color: 279345.

HSL color Cylindrical-coordinate representation of color #314304: hue angle of 77.14º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #314304 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 4 -
CMYK 0.27 0 0.94 0.74
HSL 77.14º 0.89% 0.14% -
HSV(B) 77.14º 0.94% 0.26% -
XYZ 3.3 4.68 0.84 -
YUV 54.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 49 67 4 0.27 0 0.94 0.74 77.14 0.89 0.14
Hex 31 43 4 1B 0 5E 4A 4D 59 E
Octal 61 103 4 33 0 136 112 115 131 16
Binary 110001 1000011 100 11011 0 1011110 1001010 1001101 1011001 1110

Color Harmonies of #314304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314304

Black with #314304

Text Example


Text Example

White with #314304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314304; }

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

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

background-color css

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

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

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

border-color css

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

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

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