Html Css Color HEX #313701 Turtle Green

📋 copy color: '#313701'

red 49 ◦ green 55 ◦ blue 1

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

Shades of Turtle Green #313701

Tints of Turtle Green #313701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 52.38%

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

R = 46.67%
G = 52.38%
B = 0.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#313701 (or 0x313701) is known color: Turtle Green. HEX triplet: 31, 37 and 01. RGB value is (49,55,1). Sum of RGB (Red+Green+Blue) = 49+55+1=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #313701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313701 is #CEC8FE. Grayscale: #2F2F2F. Windows color (decimal): -13551871 or 79665. OLE color: 79665.

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

Color convert

RGB 49 55 1 -
CMYK 0.11 0 0.98 0.78
HSL 66.67º 0.96% 0.11% -
HSV(B) 66.67º 0.98% 0.22% -
XYZ 2.64 3.39 0.54 -
YUV 47.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 49 55 1 0.11 0 0.98 0.78 66.67 0.96 0.11
Hex 31 37 1 B 0 62 4E 43 60 B
Octal 61 67 1 13 0 142 116 103 140 13
Binary 110001 110111 1 1011 0 1100010 1001110 1000011 1100000 1011

Color Harmonies of #313701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313701

Black with #313701

Text Example


Text Example

White with #313701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313701; }

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

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

background-color css

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

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

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

border-color css

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

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

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