Html Css Color HEX #323513 Turtle Green

📋 copy color: '#323513'

red 50 ◦ green 53 ◦ blue 19

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

Shades of Turtle Green #323513

Tints of Turtle Green #323513

RGB

 RED value IS 50 (19.92% from 255) = 40.98%

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

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

R = 40.98%
G = 43.44%
B = 15.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#323513 (or 0x323513) is known color: Turtle Green. HEX triplet: 32, 35 and 13. RGB value is (50,53,19). Sum of RGB (Red+Green+Blue) = 50+53+19=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #323513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323513 is #CDCAEC. Grayscale: #303030. Windows color (decimal): -13486829 or 1258802. OLE color: 1258802.

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

Color convert

RGB 50 53 19 -
CMYK 0.06 0 0.64 0.79
HSL 65.29º 0.47% 0.14% -
HSV(B) 65.29º 0.64% 0.21% -
XYZ 2.71 3.27 1.1 -
YUV 48.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 50 53 19 0.06 0 0.64 0.79 65.29 0.47 0.14
Hex 32 35 13 6 0 40 4F 41 2F E
Octal 62 65 23 6 0 100 117 101 57 16
Binary 110010 110101 10011 110 0 1000000 1001111 1000001 101111 1110

Color Harmonies of #323513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323513

Black with #323513

Text Example


Text Example

White with #323513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323513; }

 p { color: rgb(50,53,19); }

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

background-color css

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

 a { background-color: rgb(50,53,19); }

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

border-color css

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

 span { border-color: rgb(50,53,19); }

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