Html Css Color HEX #313800 Turtle Green

📋 copy color: '#313800'

red 49 ◦ green 56 ◦ blue 0

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

Shades of Turtle Green #313800

Tints of Turtle Green #313800

RGB

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

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

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

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#313800 (or 0x313800) is known color: Turtle Green. HEX triplet: 31, 38 and 00. RGB value is (49,56,0). Sum of RGB (Red+Green+Blue) = 49+56+0=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #313800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313800 is #CEC7FF. Grayscale: #2F2F2F. Windows color (decimal): -13551616 or 14385. OLE color: 14385.

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

Color convert

RGB 49 56 0 -
CMYK 0.12 0 1 0.78
HSL 67.5º 1% 0.11% -
HSV(B) 67.5º 1% 0.22% -
XYZ 2.68 3.48 0.53 -
YUV 47.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 49 56 0 0.12 0 1 0.78 67.5 1 0.11
Hex 31 38 0 C 0 64 4E 44 64 B
Octal 61 70 0 14 0 144 116 104 144 13
Binary 110001 111000 0 1100 0 1100100 1001110 1000100 1100100 1011

Color Harmonies of #313800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313800

Black with #313800

Text Example


Text Example

White with #313800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313800; }

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

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

background-color css

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

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

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

border-color css

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

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

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