Html Css Color HEX #314306 Turtle Green

📋 copy color: '#314306'

red 49 ◦ green 67 ◦ blue 6

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

Shades of Turtle Green #314306

Tints of Turtle Green #314306

RGB

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

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

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

R = 40.16%
G = 54.92%
B = 4.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#314306 (or 0x314306) is known color: Turtle Green. HEX triplet: 31, 43 and 06. RGB value is (49,67,6). Sum of RGB (Red+Green+Blue) = 49+67+6=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #314306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314306 is #CEBCF9. Grayscale: #363636. Windows color (decimal): -13548794 or 410417. OLE color: 410417.

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

Color convert

RGB 49 67 6 -
CMYK 0.27 0 0.91 0.74
HSL 77.7º 0.84% 0.14% -
HSV(B) 77.7º 0.91% 0.26% -
XYZ 3.31 4.68 0.9 -
YUV 54.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 49 67 6 0.27 0 0.91 0.74 77.7 0.84 0.14
Hex 31 43 6 1B 0 5B 4A 4E 54 E
Octal 61 103 6 33 0 133 112 116 124 16
Binary 110001 1000011 110 11011 0 1011011 1001010 1001110 1010100 1110

Color Harmonies of #314306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314306

Black with #314306

Text Example


Text Example

White with #314306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314306; }

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

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

background-color css

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

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

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

border-color css

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

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

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