Html Css Color HEX #313901 Turtle Green

📋 copy color: '#313901'

red 49 ◦ green 57 ◦ blue 1

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

Shades of Turtle Green #313901

Tints of Turtle Green #313901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 45.79%
G = 53.27%
B = 0.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#313901 (or 0x313901) is known color: Turtle Green. HEX triplet: 31, 39 and 01. RGB value is (49,57,1). Sum of RGB (Red+Green+Blue) = 49+57+1=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #313901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313901 is #CEC6FE. Grayscale: #303030. Windows color (decimal): -13551359 or 80177. OLE color: 80177.

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

Color convert

RGB 49 57 1 -
CMYK 0.14 0 0.98 0.78
HSL 68.57º 0.97% 0.11% -
HSV(B) 68.57º 0.98% 0.22% -
XYZ 2.74 3.58 0.58 -
YUV 48.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 49 57 1 0.14 0 0.98 0.78 68.57 0.97 0.11
Hex 31 39 1 E 0 62 4E 45 61 B
Octal 61 71 1 16 0 142 116 105 141 13
Binary 110001 111001 1 1110 0 1100010 1001110 1000101 1100001 1011

Color Harmonies of #313901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313901

Black with #313901

Text Example


Text Example

White with #313901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313901; }

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

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

background-color css

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

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

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

border-color css

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

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

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