Html Css Color HEX #323510 Turtle Green

📋 copy color: '#323510'

red 50 ◦ green 53 ◦ blue 16

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

Shades of Turtle Green #323510

Tints of Turtle Green #323510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.45%

R = 42.02%
G = 44.54%
B = 13.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#323510 (or 0x323510) is known color: Turtle Green. HEX triplet: 32, 35 and 10. RGB value is (50,53,16). Sum of RGB (Red+Green+Blue) = 50+53+16=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #323510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323510 is #CDCAEF. Grayscale: #303030. Windows color (decimal): -13486832 or 1062194. OLE color: 1062194.

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

Color convert

RGB 50 53 16 -
CMYK 0.06 0 0.70 0.79
HSL 64.86º 0.54% 0.14% -
HSV(B) 64.86º 0.7% 0.21% -
XYZ 2.68 3.26 0.98 -
YUV 47.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 50 53 16 0.06 0 0.70 0.79 64.86 0.54 0.14
Hex 32 35 10 6 0 46 4F 41 36 E
Octal 62 65 20 6 0 106 117 101 66 16
Binary 110010 110101 10000 110 0 1000110 1001111 1000001 110110 1110

Color Harmonies of #323510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323510

Black with #323510

Text Example


Text Example

White with #323510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323510; }

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

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

background-color css

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

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

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

border-color css

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

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

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