Html Css Color HEX #324210 Turtle Green

📋 copy color: '#324210'

red 50 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #324210

Tints of Turtle Green #324210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

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

R = 37.88%
G = 50%
B = 12.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#324210 (or 0x324210) is known color: Turtle Green. HEX triplet: 32, 42 and 10. RGB value is (50,66,16). Sum of RGB (Red+Green+Blue) = 50+66+16=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #324210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324210 is #CDBDEF. Grayscale: #373737. Windows color (decimal): -13483504 or 1065522. OLE color: 1065522.

HSL color Cylindrical-coordinate representation of color #324210: hue angle of 79.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324210 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 66 16 -
CMYK 0.24 0 0.76 0.74
HSL 79.2º 0.61% 0.16% -
HSV(B) 79.2º 0.76% 0.26% -
XYZ 3.36 4.61 1.2 -
YUV 55.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 50 66 16 0.24 0 0.76 0.74 79.2 0.61 0.16
Hex 32 42 10 18 0 4C 4A 4F 3D 10
Octal 62 102 20 30 0 114 112 117 75 20
Binary 110010 1000010 10000 11000 0 1001100 1001010 1001111 111101 10000

Color Harmonies of #324210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324210

Black with #324210

Text Example


Text Example

White with #324210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324210; }

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

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

background-color css

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

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

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

border-color css

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

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

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