Html Css Color HEX #313409 Turtle Green

📋 copy color: '#313409'

red 49 ◦ green 52 ◦ blue 9

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

Shades of Turtle Green #313409

Tints of Turtle Green #313409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

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

R = 44.55%
G = 47.27%
B = 8.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#313409 (or 0x313409) is known color: Turtle Green. HEX triplet: 31, 34 and 09. RGB value is (49,52,9). Sum of RGB (Red+Green+Blue) = 49+52+9=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #313409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313409 is #CECBF6. Grayscale: #2E2E2E. Windows color (decimal): -13552631 or 603185. OLE color: 603185.

HSL color Cylindrical-coordinate representation of color #313409: hue angle of 64.19º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #313409 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 9 -
CMYK 0.06 0 0.83 0.80
HSL 64.19º 0.7% 0.12% -
HSV(B) 64.19º 0.83% 0.2% -
XYZ 2.54 3.13 0.73 -
YUV 46.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 49 52 9 0.06 0 0.83 0.80 64.19 0.7 0.12
Hex 31 34 9 6 0 53 50 40 46 C
Octal 61 64 11 6 0 123 120 100 106 14
Binary 110001 110100 1001 110 0 1010011 1010000 1000000 1000110 1100

Color Harmonies of #313409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313409

Black with #313409

Text Example


Text Example

White with #313409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313409; }

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

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

background-color css

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

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

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

border-color css

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

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

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