Html Css Color HEX #314015 Turtle Green

📋 copy color: '#314015'

red 49 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #314015

Tints of Turtle Green #314015

RGB

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

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

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

R = 36.57%
G = 47.76%
B = 15.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#314015 (or 0x314015) is known color: Turtle Green. HEX triplet: 31, 40 and 15. RGB value is (49,64,21). Sum of RGB (Red+Green+Blue) = 49+64+21=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #314015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314015 is #CEBFEA. Grayscale: #363636. Windows color (decimal): -13549547 or 1392689. OLE color: 1392689.

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

Color convert

RGB 49 64 21 -
CMYK 0.23 0 0.67 0.75
HSL 80.93º 0.51% 0.17% -
HSV(B) 80.93º 0.67% 0.25% -
XYZ 3.24 4.37 1.38 -
YUV 54.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 49 64 21 0.23 0 0.67 0.75 80.93 0.51 0.17
Hex 31 40 15 17 0 43 4B 51 33 11
Octal 61 100 25 27 0 103 113 121 63 21
Binary 110001 1000000 10101 10111 0 1000011 1001011 1010001 110011 10001

Color Harmonies of #314015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314015

Black with #314015

Text Example


Text Example

White with #314015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314015; }

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

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

background-color css

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

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

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

border-color css

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

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

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