Html Css Color HEX #315010 Turtle Green

📋 copy color: '#315010'

red 49 ◦ green 80 ◦ blue 16

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

Shades of Turtle Green #315010

Tints of Turtle Green #315010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.17%

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 33.79%
G = 55.17%
B = 11.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#315010 (or 0x315010) is known color: Turtle Green. HEX triplet: 31, 50 and 10. RGB value is (49,80,16). Sum of RGB (Red+Green+Blue) = 49+80+16=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #315010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315010 is #CEAFEF. Grayscale: #3F3F3F. Windows color (decimal): -13545456 or 1069105. OLE color: 1069105.

HSL color Cylindrical-coordinate representation of color #315010: hue angle of 89.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315010 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 16 -
CMYK 0.39 0 0.80 0.69
HSL 89.06º 0.67% 0.19% -
HSV(B) 89.06º 0.8% 0.31% -
XYZ 4.23 6.43 1.51 -
YUV 63.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 49 80 16 0.39 0 0.80 0.69 89.06 0.67 0.19
Hex 31 50 10 27 0 50 45 59 43 13
Octal 61 120 20 47 0 120 105 131 103 23
Binary 110001 1010000 10000 100111 0 1010000 1000101 1011001 1000011 10011

Color Harmonies of #315010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315010

Black with #315010

Text Example


Text Example

White with #315010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315010; }

 p { color: rgb(49,80,16); }

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

background-color css

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

 a { background-color: rgb(49,80,16); }

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

border-color css

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

 span { border-color: rgb(49,80,16); }

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