Html Css Color HEX #324213 Turtle Green

📋 copy color: '#324213'

red 50 ◦ green 66 ◦ blue 19

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

Shades of Turtle Green #324213

Tints of Turtle Green #324213

RGB

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

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

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

R = 37.04%
G = 48.89%
B = 14.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#324213 (or 0x324213) is known color: Turtle Green. HEX triplet: 32, 42 and 13. RGB value is (50,66,19). Sum of RGB (Red+Green+Blue) = 50+66+19=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #324213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324213 is #CDBDEC. Grayscale: #383838. Windows color (decimal): -13483501 or 1262130. OLE color: 1262130.

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

Color convert

RGB 50 66 19 -
CMYK 0.24 0 0.71 0.74
HSL 80.43º 0.55% 0.17% -
HSV(B) 80.43º 0.71% 0.26% -
XYZ 3.38 4.62 1.33 -
YUV 55.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 50 66 19 0.24 0 0.71 0.74 80.43 0.55 0.17
Hex 32 42 13 18 0 47 4A 50 37 11
Octal 62 102 23 30 0 107 112 120 67 21
Binary 110010 1000010 10011 11000 0 1000111 1001010 1010000 110111 10001

Color Harmonies of #324213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324213

Black with #324213

Text Example


Text Example

White with #324213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324213; }

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

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

background-color css

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

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

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

border-color css

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

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

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