Html Css Color HEX #324410 Turtle Green

📋 copy color: '#324410'

red 50 ◦ green 68 ◦ blue 16

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

Shades of Turtle Green #324410

Tints of Turtle Green #324410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.75%

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

R = 37.31%
G = 50.75%
B = 11.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#324410 (or 0x324410) is known color: Turtle Green. HEX triplet: 32, 44 and 10. RGB value is (50,68,16). Sum of RGB (Red+Green+Blue) = 50+68+16=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #324410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324410 is #CDBBEF. Grayscale: #383838. Windows color (decimal): -13482992 or 1066034. OLE color: 1066034.

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

Color convert

RGB 50 68 16 -
CMYK 0.26 0 0.76 0.73
HSL 80.77º 0.62% 0.16% -
HSV(B) 80.77º 0.76% 0.27% -
XYZ 3.48 4.85 1.24 -
YUV 56.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 50 68 16 0.26 0 0.76 0.73 80.77 0.62 0.16
Hex 32 44 10 1A 0 4C 49 51 3E 10
Octal 62 104 20 32 0 114 111 121 76 20
Binary 110010 1000100 10000 11010 0 1001100 1001001 1010001 111110 10000

Color Harmonies of #324410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324410

Black with #324410

Text Example


Text Example

White with #324410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324410; }

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

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

background-color css

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

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

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

border-color css

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

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

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