Html Css Color HEX #313509 Turtle Green

📋 copy color: '#313509'

red 49 ◦ green 53 ◦ blue 9

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

Shades of Turtle Green #313509

Tints of Turtle Green #313509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.11%

R = 44.14%
G = 47.75%
B = 8.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#313509 (or 0x313509) is known color: Turtle Green. HEX triplet: 31, 35 and 09. RGB value is (49,53,9). Sum of RGB (Red+Green+Blue) = 49+53+9=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #313509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313509 is #CECAF6. Grayscale: #2E2E2E. Windows color (decimal): -13552375 or 603441. OLE color: 603441.

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

Color convert

RGB 49 53 9 -
CMYK 0.08 0 0.83 0.79
HSL 65.45º 0.71% 0.12% -
HSV(B) 65.45º 0.83% 0.21% -
XYZ 2.59 3.22 0.74 -
YUV 46.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 49 53 9 0.08 0 0.83 0.79 65.45 0.71 0.12
Hex 31 35 9 8 0 53 4F 41 47 C
Octal 61 65 11 10 0 123 117 101 107 14
Binary 110001 110101 1001 1000 0 1010011 1001111 1000001 1000111 1100

Color Harmonies of #313509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313509

Black with #313509

Text Example


Text Example

White with #313509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313509; }

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

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

background-color css

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

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

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

border-color css

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

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

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