Html Css Color HEX #313601 Turtle Green

📋 copy color: '#313601'

red 49 ◦ green 54 ◦ blue 1

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

Shades of Turtle Green #313601

Tints of Turtle Green #313601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 51.92%

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

R = 47.12%
G = 51.92%
B = 0.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#313601 (or 0x313601) is known color: Turtle Green. HEX triplet: 31, 36 and 01. RGB value is (49,54,1). Sum of RGB (Red+Green+Blue) = 49+54+1=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #313601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313601 is #CEC9FE. Grayscale: #2E2E2E. Windows color (decimal): -13552127 or 79409. OLE color: 79409.

HSL color Cylindrical-coordinate representation of color #313601: hue angle of 65.66º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #313601 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 54 1 -
CMYK 0.09 0 0.98 0.79
HSL 65.66º 0.96% 0.11% -
HSV(B) 65.66º 0.98% 0.21% -
XYZ 2.59 3.29 0.53 -
YUV 46.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 49 54 1 0.09 0 0.98 0.79 65.66 0.96 0.11
Hex 31 36 1 9 0 62 4F 42 60 B
Octal 61 66 1 11 0 142 117 102 140 13
Binary 110001 110110 1 1001 0 1100010 1001111 1000010 1100000 1011

Color Harmonies of #313601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313601

Black with #313601

Text Example


Text Example

White with #313601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313601; }

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

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

background-color css

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

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

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

border-color css

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

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

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