Html Css Color HEX #314010 Turtle Green

📋 copy color: '#314010'

red 49 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #314010

Tints of Turtle Green #314010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 37.98%
G = 49.61%
B = 12.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#314010 (or 0x314010) is known color: Turtle Green. HEX triplet: 31, 40 and 10. RGB value is (49,64,16). Sum of RGB (Red+Green+Blue) = 49+64+16=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #314010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314010 is #CEBFEF. Grayscale: #363636. Windows color (decimal): -13549552 or 1065009. OLE color: 1065009.

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

Color convert

RGB 49 64 16 -
CMYK 0.23 0 0.75 0.75
HSL 78.75º 0.6% 0.16% -
HSV(B) 78.75º 0.75% 0.25% -
XYZ 3.19 4.36 1.16 -
YUV 54.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 49 64 16 0.23 0 0.75 0.75 78.75 0.6 0.16
Hex 31 40 10 17 0 4B 4B 4F 3C 10
Octal 61 100 20 27 0 113 113 117 74 20
Binary 110001 1000000 10000 10111 0 1001011 1001011 1001111 111100 10000

Color Harmonies of #314010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314010

Black with #314010

Text Example


Text Example

White with #314010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314010; }

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

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

background-color css

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

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

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

border-color css

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

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

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