Html Css Color HEX #313521 Turtle Green

📋 copy color: '#313521'

red 49 ◦ green 53 ◦ blue 33

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

Shades of Turtle Green #313521

Tints of Turtle Green #313521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 36.3%
G = 39.26%
B = 24.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#313521 (or 0x313521) is known color: Turtle Green. HEX triplet: 31, 35 and 21. RGB value is (49,53,33). Sum of RGB (Red+Green+Blue) = 49+53+33=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #313521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313521 is #CECADE. Grayscale: #313131. Windows color (decimal): -13552351 or 2176305. OLE color: 2176305.

HSL color Cylindrical-coordinate representation of color #313521: hue angle of 72º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #313521 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 33 -
CMYK 0.08 0 0.38 0.79
HSL 72º 0.23% 0.17% -
HSV(B) 72º 0.38% 0.21% -
XYZ 2.81 3.31 1.93 -
YUV 49.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 49 53 33 0.08 0 0.38 0.79 72 0.23 0.17
Hex 31 35 21 8 0 26 4F 48 17 11
Octal 61 65 41 10 0 46 117 110 27 21
Binary 110001 110101 100001 1000 0 100110 1001111 1001000 10111 10001

Color Harmonies of #313521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313521

Black with #313521

Text Example


Text Example

White with #313521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313521; }

 p { color: rgb(49,53,33); }

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

background-color css

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

 a { background-color: rgb(49,53,33); }

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

border-color css

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

 span { border-color: rgb(49,53,33); }

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