Html Css Color HEX #313801 Turtle Green

📋 copy color: '#313801'

red 49 ◦ green 56 ◦ blue 1

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

Shades of Turtle Green #313801

Tints of Turtle Green #313801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 52.83%

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

R = 46.23%
G = 52.83%
B = 0.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#313801 (or 0x313801) is known color: Turtle Green. HEX triplet: 31, 38 and 01. RGB value is (49,56,1). Sum of RGB (Red+Green+Blue) = 49+56+1=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #313801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313801 is #CEC7FE. Grayscale: #2F2F2F. Windows color (decimal): -13551615 or 79921. OLE color: 79921.

HSL color Cylindrical-coordinate representation of color #313801: hue angle of 67.64º degrees, saturation: 0.96, 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 #313801 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 1 -
CMYK 0.12 0 0.98 0.78
HSL 67.64º 0.96% 0.11% -
HSV(B) 67.64º 0.98% 0.22% -
XYZ 2.69 3.48 0.56 -
YUV 47.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 49 56 1 0.12 0 0.98 0.78 67.64 0.96 0.11
Hex 31 38 1 C 0 62 4E 44 60 B
Octal 61 70 1 14 0 142 116 104 140 13
Binary 110001 111000 1 1100 0 1100010 1001110 1000100 1100000 1011

Color Harmonies of #313801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313801

Black with #313801

Text Example


Text Example

White with #313801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313801; }

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

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

background-color css

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

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

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

border-color css

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

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

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