Html Css Color HEX #313B00 Turtle Green

📋 copy color: '#313B00'

red 49 ◦ green 59 ◦ blue 0

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

Shades of Turtle Green #313B00

Tints of Turtle Green #313B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 54.63%

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

R = 45.37%
G = 54.63%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#313B00 (or 0x313B00) is known color: Turtle Green. HEX triplet: 31, 3B and 00. RGB value is (49,59,0). Sum of RGB (Red+Green+Blue) = 49+59+0=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #313B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B00 is #CEC4FF. Grayscale: #313131. Windows color (decimal): -13550848 or 15153. OLE color: 15153.

HSL color Cylindrical-coordinate representation of color #313B00: hue angle of 70.17º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #313B00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 59 0 -
CMYK 0.17 0 1 0.77
HSL 70.17º 1% 0.12% -
HSV(B) 70.17º 1% 0.23% -
XYZ 2.83 3.78 0.58 -
YUV 49.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 49 59 0 0.17 0 1 0.77 70.17 1 0.12
Hex 31 3B 0 11 0 64 4D 46 64 C
Octal 61 73 0 21 0 144 115 106 144 14
Binary 110001 111011 0 10001 0 1100100 1001101 1000110 1100100 1100

Color Harmonies of #313B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B00

Black with #313B00

Text Example


Text Example

White with #313B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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