Html Css Color HEX #313613 Turtle Green

📋 copy color: '#313613'

red 49 ◦ green 54 ◦ blue 19

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

Shades of Turtle Green #313613

Tints of Turtle Green #313613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 40.16%
G = 44.26%
B = 15.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#313613 (or 0x313613) is known color: Turtle Green. HEX triplet: 31, 36 and 13. RGB value is (49,54,19). Sum of RGB (Red+Green+Blue) = 49+54+19=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #313613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313613 is #CEC9EC. Grayscale: #303030. Windows color (decimal): -13552109 or 1259057. OLE color: 1259057.

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

Color convert

RGB 49 54 19 -
CMYK 0.09 0 0.65 0.79
HSL 68.57º 0.48% 0.14% -
HSV(B) 68.57º 0.65% 0.21% -
XYZ 2.7 3.34 1.12 -
YUV 48.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 49 54 19 0.09 0 0.65 0.79 68.57 0.48 0.14
Hex 31 36 13 9 0 41 4F 45 30 E
Octal 61 66 23 11 0 101 117 105 60 16
Binary 110001 110110 10011 1001 0 1000001 1001111 1000101 110000 1110

Color Harmonies of #313613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313613

Black with #313613

Text Example


Text Example

White with #313613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313613; }

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

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

background-color css

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

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

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

border-color css

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

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

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