Html Css Color HEX #313900 Turtle Green

📋 copy color: '#313900'

red 49 ◦ green 57 ◦ blue 0

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

Shades of Turtle Green #313900

Tints of Turtle Green #313900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 53.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.23%
G = 53.77%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#313900 (or 0x313900) is known color: Turtle Green. HEX triplet: 31, 39 and 00. RGB value is (49,57,0). Sum of RGB (Red+Green+Blue) = 49+57+0=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #313900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313900 is #CEC6FF. Grayscale: #303030. Windows color (decimal): -13551360 or 14641. OLE color: 14641.

HSL color Cylindrical-coordinate representation of color #313900: hue angle of 68.42º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #313900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 57 0 -
CMYK 0.14 0 1 0.78
HSL 68.42º 1% 0.11% -
HSV(B) 68.42º 1% 0.22% -
XYZ 2.73 3.58 0.55 -
YUV 48.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 49 57 0 0.14 0 1 0.78 68.42 1 0.11
Hex 31 39 0 E 0 64 4E 44 64 B
Octal 61 71 0 16 0 144 116 104 144 13
Binary 110001 111001 0 1110 0 1100100 1001110 1000100 1100100 1011

Color Harmonies of #313900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313900

Black with #313900

Text Example


Text Example

White with #313900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313900; }

 p { color: rgb(49,57,0); }

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

background-color css

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

 a { background-color: rgb(49,57,0); }

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

border-color css

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

 span { border-color: rgb(49,57,0); }

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