Html Css Color HEX #315006 Turtle Green

📋 copy color: '#315006'

red 49 ◦ green 80 ◦ blue 6

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

Shades of Turtle Green #315006

Tints of Turtle Green #315006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 36.3%
G = 59.26%
B = 4.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#315006 (or 0x315006) is known color: Turtle Green. HEX triplet: 31, 50 and 06. RGB value is (49,80,6). Sum of RGB (Red+Green+Blue) = 49+80+6=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #315006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315006 is #CEAFF9. Grayscale: #3E3E3E. Windows color (decimal): -13545466 or 413745. OLE color: 413745.

HSL color Cylindrical-coordinate representation of color #315006: hue angle of 85.14º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #315006 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 6 -
CMYK 0.39 0 0.92 0.69
HSL 85.14º 0.86% 0.17% -
HSV(B) 85.14º 0.93% 0.31% -
XYZ 4.17 6.4 1.19 -
YUV 62.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 49 80 6 0.39 0 0.92 0.69 85.14 0.86 0.17
Hex 31 50 6 27 0 5C 45 55 56 11
Octal 61 120 6 47 0 134 105 125 126 21
Binary 110001 1010000 110 100111 0 1011100 1000101 1010101 1010110 10001

Color Harmonies of #315006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315006

Black with #315006

Text Example


Text Example

White with #315006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315006; }

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

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

background-color css

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

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

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

border-color css

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

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

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