Html Css Color HEX #314006 Turtle Green

📋 copy color: '#314006'

red 49 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #314006

Tints of Turtle Green #314006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.04%

R = 41.18%
G = 53.78%
B = 5.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#314006 (or 0x314006) is known color: Turtle Green. HEX triplet: 31, 40 and 06. RGB value is (49,64,6). Sum of RGB (Red+Green+Blue) = 49+64+6=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #314006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314006 is #CEBFF9. Grayscale: #353535. Windows color (decimal): -13549562 or 409649. OLE color: 409649.

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

Color convert

RGB 49 64 6 -
CMYK 0.23 0 0.91 0.75
HSL 75.52º 0.83% 0.14% -
HSV(B) 75.52º 0.91% 0.25% -
XYZ 3.13 4.33 0.84 -
YUV 52.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 49 64 6 0.23 0 0.91 0.75 75.52 0.83 0.14
Hex 31 40 6 17 0 5B 4B 4C 53 E
Octal 61 100 6 27 0 133 113 114 123 16
Binary 110001 1000000 110 10111 0 1011011 1001011 1001100 1010011 1110

Color Harmonies of #314006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314006

Black with #314006

Text Example


Text Example

White with #314006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314006; }

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

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

background-color css

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

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

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

border-color css

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

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

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