Html Css Color HEX #314418 Turtle Green

📋 copy color: '#314418'

red 49 ◦ green 68 ◦ blue 24

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

Shades of Turtle Green #314418

Tints of Turtle Green #314418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 34.75%
G = 48.23%
B = 17.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#314418 (or 0x314418) is known color: Turtle Green. HEX triplet: 31, 44 and 18. RGB value is (49,68,24). Sum of RGB (Red+Green+Blue) = 49+68+24=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #314418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314418 is #CEBBE7. Grayscale: #393939. Windows color (decimal): -13548520 or 1590321. OLE color: 1590321.

HSL color Cylindrical-coordinate representation of color #314418: hue angle of 85.91º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #314418 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 24 -
CMYK 0.28 0 0.65 0.73
HSL 85.91º 0.48% 0.18% -
HSV(B) 85.91º 0.65% 0.27% -
XYZ 3.5 4.85 1.62 -
YUV 57.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 49 68 24 0.28 0 0.65 0.73 85.91 0.48 0.18
Hex 31 44 18 1C 0 41 49 56 30 12
Octal 61 104 30 34 0 101 111 126 60 22
Binary 110001 1000100 11000 11100 0 1000001 1001001 1010110 110000 10010

Color Harmonies of #314418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314418

Black with #314418

Text Example


Text Example

White with #314418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314418; }

 p { color: rgb(49,68,24); }

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

background-color css

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

 a { background-color: rgb(49,68,24); }

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

border-color css

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

 span { border-color: rgb(49,68,24); }

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