Html Css Color HEX #313818 Turtle Green

📋 copy color: '#313818'

red 49 ◦ green 56 ◦ blue 24

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

Shades of Turtle Green #313818

Tints of Turtle Green #313818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 37.98%
G = 43.41%
B = 18.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#313818 (or 0x313818) is known color: Turtle Green. HEX triplet: 31, 38 and 18. RGB value is (49,56,24). Sum of RGB (Red+Green+Blue) = 49+56+24=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #313818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313818 is #CEC7E7. Grayscale: #323232. Windows color (decimal): -13551592 or 1587249. OLE color: 1587249.

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

Color convert

RGB 49 56 24 -
CMYK 0.12 0 0.57 0.78
HSL 73.13º 0.4% 0.16% -
HSV(B) 73.13º 0.57% 0.22% -
XYZ 2.85 3.55 1.4 -
YUV 50.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 49 56 24 0.12 0 0.57 0.78 73.13 0.4 0.16
Hex 31 38 18 C 0 39 4E 49 28 10
Octal 61 70 30 14 0 71 116 111 50 20
Binary 110001 111000 11000 1100 0 111001 1001110 1001001 101000 10000

Color Harmonies of #313818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313818

Black with #313818

Text Example


Text Example

White with #313818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313818; }

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

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

background-color css

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

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

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

border-color css

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

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

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