Html Css Color HEX #314115 Turtle Green

📋 copy color: '#314115'

red 49 ◦ green 65 ◦ blue 21

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

Shades of Turtle Green #314115

Tints of Turtle Green #314115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 36.3%
G = 48.15%
B = 15.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#314115 (or 0x314115) is known color: Turtle Green. HEX triplet: 31, 41 and 15. RGB value is (49,65,21). Sum of RGB (Red+Green+Blue) = 49+65+21=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #314115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314115 is #CEBEEA. Grayscale: #373737. Windows color (decimal): -13549291 or 1392945. OLE color: 1392945.

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

Color convert

RGB 49 65 21 -
CMYK 0.25 0 0.68 0.75
HSL 81.82º 0.51% 0.17% -
HSV(B) 81.82º 0.68% 0.25% -
XYZ 3.29 4.49 1.4 -
YUV 55.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 49 65 21 0.25 0 0.68 0.75 81.82 0.51 0.17
Hex 31 41 15 19 0 44 4B 52 33 11
Octal 61 101 25 31 0 104 113 122 63 21
Binary 110001 1000001 10101 11001 0 1000100 1001011 1010010 110011 10001

Color Harmonies of #314115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314115

Black with #314115

Text Example


Text Example

White with #314115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314115; }

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

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

background-color css

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

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

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

border-color css

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

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

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