Html Css Color HEX #314118 Turtle Green

📋 copy color: '#314118'

red 49 ◦ green 65 ◦ blue 24

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

Shades of Turtle Green #314118

Tints of Turtle Green #314118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 35.51%
G = 47.1%
B = 17.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#314118 (or 0x314118) is known color: Turtle Green. HEX triplet: 31, 41 and 18. RGB value is (49,65,24). Sum of RGB (Red+Green+Blue) = 49+65+24=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #314118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314118 is #CEBEE7. Grayscale: #373737. Windows color (decimal): -13549288 or 1589553. OLE color: 1589553.

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

Color convert

RGB 49 65 24 -
CMYK 0.25 0 0.63 0.75
HSL 83.41º 0.46% 0.17% -
HSV(B) 83.41º 0.63% 0.25% -
XYZ 3.32 4.5 1.56 -
YUV 55.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 49 65 24 0.25 0 0.63 0.75 83.41 0.46 0.17
Hex 31 41 18 19 0 3F 4B 53 2E 11
Octal 61 101 30 31 0 77 113 123 56 21
Binary 110001 1000001 11000 11001 0 111111 1001011 1010011 101110 10001

Color Harmonies of #314118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314118

Black with #314118

Text Example


Text Example

White with #314118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314118; }

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

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

background-color css

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

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

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

border-color css

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

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

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