Html Css Color HEX #313506 Turtle Green

📋 copy color: '#313506'

red 49 ◦ green 53 ◦ blue 6

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

Shades of Turtle Green #313506

Tints of Turtle Green #313506

RGB

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

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

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

R = 45.37%
G = 49.07%
B = 5.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#313506 (or 0x313506) is known color: Turtle Green. HEX triplet: 31, 35 and 06. RGB value is (49,53,6). Sum of RGB (Red+Green+Blue) = 49+53+6=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #313506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313506 is #CECAF9. Grayscale: #2E2E2E. Windows color (decimal): -13552378 or 406833. OLE color: 406833.

HSL color Cylindrical-coordinate representation of color #313506: hue angle of 65.11º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #313506 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 6 -
CMYK 0.08 0 0.89 0.79
HSL 65.11º 0.8% 0.12% -
HSV(B) 65.11º 0.89% 0.21% -
XYZ 2.57 3.21 0.66 -
YUV 46.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 49 53 6 0.08 0 0.89 0.79 65.11 0.8 0.12
Hex 31 35 6 8 0 59 4F 41 50 C
Octal 61 65 6 10 0 131 117 101 120 14
Binary 110001 110101 110 1000 0 1011001 1001111 1000001 1010000 1100

Color Harmonies of #313506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313506

Black with #313506

Text Example


Text Example

White with #313506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313506; }

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

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

background-color css

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

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

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

border-color css

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

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

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