Html Css Color HEX #314017 Turtle Green

📋 copy color: '#314017'

red 49 ◦ green 64 ◦ blue 23

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

Shades of Turtle Green #314017

Tints of Turtle Green #314017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 36.03%
G = 47.06%
B = 16.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#314017 (or 0x314017) is known color: Turtle Green. HEX triplet: 31, 40 and 17. RGB value is (49,64,23). Sum of RGB (Red+Green+Blue) = 49+64+23=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #314017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314017 is #CEBFE8. Grayscale: #363636. Windows color (decimal): -13549545 or 1523761. OLE color: 1523761.

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

Color convert

RGB 49 64 23 -
CMYK 0.23 0 0.64 0.75
HSL 81.95º 0.47% 0.17% -
HSV(B) 81.95º 0.64% 0.25% -
XYZ 3.25 4.38 1.48 -
YUV 54.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 49 64 23 0.23 0 0.64 0.75 81.95 0.47 0.17
Hex 31 40 17 17 0 40 4B 52 2F 11
Octal 61 100 27 27 0 100 113 122 57 21
Binary 110001 1000000 10111 10111 0 1000000 1001011 1010010 101111 10001

Color Harmonies of #314017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314017

Black with #314017

Text Example


Text Example

White with #314017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314017; }

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

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

background-color css

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

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

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

border-color css

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

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

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