Html Css Color HEX #314016 Turtle Green

📋 copy color: '#314016'

red 49 ◦ green 64 ◦ blue 22

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

Shades of Turtle Green #314016

Tints of Turtle Green #314016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 36.3%
G = 47.41%
B = 16.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#314016 (or 0x314016) is known color: Turtle Green. HEX triplet: 31, 40 and 16. RGB value is (49,64,22). Sum of RGB (Red+Green+Blue) = 49+64+22=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #314016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314016 is #CEBFE9. Grayscale: #363636. Windows color (decimal): -13549546 or 1458225. OLE color: 1458225.

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

Color convert

RGB 49 64 22 -
CMYK 0.23 0 0.66 0.75
HSL 81.43º 0.49% 0.17% -
HSV(B) 81.43º 0.66% 0.25% -
XYZ 3.24 4.38 1.43 -
YUV 54.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 49 64 22 0.23 0 0.66 0.75 81.43 0.49 0.17
Hex 31 40 16 17 0 42 4B 51 31 11
Octal 61 100 26 27 0 102 113 121 61 21
Binary 110001 1000000 10110 10111 0 1000010 1001011 1010001 110001 10001

Color Harmonies of #314016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314016

Black with #314016

Text Example


Text Example

White with #314016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314016; }

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

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

background-color css

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

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

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

border-color css

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

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

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