Html Css Color HEX #313515 Turtle Green

📋 copy color: '#313515'

red 49 ◦ green 53 ◦ blue 21

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

Shades of Turtle Green #313515

Tints of Turtle Green #313515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.09%

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

R = 39.84%
G = 43.09%
B = 17.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#313515 (or 0x313515) is known color: Turtle Green. HEX triplet: 31, 35 and 15. RGB value is (49,53,21). Sum of RGB (Red+Green+Blue) = 49+53+21=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #313515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313515 is #CECAEA. Grayscale: #303030. Windows color (decimal): -13552363 or 1389873. OLE color: 1389873.

HSL color Cylindrical-coordinate representation of color #313515: hue angle of 67.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313515 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 21 -
CMYK 0.08 0 0.60 0.79
HSL 67.5º 0.43% 0.15% -
HSV(B) 67.5º 0.6% 0.21% -
XYZ 2.68 3.25 1.2 -
YUV 48.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 49 53 21 0.08 0 0.60 0.79 67.5 0.43 0.15
Hex 31 35 15 8 0 3C 4F 44 2B F
Octal 61 65 25 10 0 74 117 104 53 17
Binary 110001 110101 10101 1000 0 111100 1001111 1000100 101011 1111

Color Harmonies of #313515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313515

Black with #313515

Text Example


Text Example

White with #313515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313515; }

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

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

background-color css

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

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

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

border-color css

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

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

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