Html Css Color HEX #324116 Turtle Green

📋 copy color: '#324116'

red 50 ◦ green 65 ◦ blue 22

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

Shades of Turtle Green #324116

Tints of Turtle Green #324116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 36.5%
G = 47.45%
B = 16.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#324116 (or 0x324116) is known color: Turtle Green. HEX triplet: 32, 41 and 16. RGB value is (50,65,22). Sum of RGB (Red+Green+Blue) = 50+65+22=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #324116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324116 is #CDBEE9. Grayscale: #373737. Windows color (decimal): -13483754 or 1458482. OLE color: 1458482.

HSL color Cylindrical-coordinate representation of color #324116: hue angle of 80.93º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324116 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 65 22 -
CMYK 0.23 0 0.66 0.75
HSL 80.93º 0.49% 0.17% -
HSV(B) 80.93º 0.66% 0.25% -
XYZ 3.35 4.52 1.45 -
YUV 55.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 50 65 22 0.23 0 0.66 0.75 80.93 0.49 0.17
Hex 32 41 16 17 0 42 4B 51 31 11
Octal 62 101 26 27 0 102 113 121 61 21
Binary 110010 1000001 10110 10111 0 1000010 1001011 1010001 110001 10001

Color Harmonies of #324116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324116

Black with #324116

Text Example


Text Example

White with #324116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324116; }

 p { color: rgb(50,65,22); }

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

background-color css

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

 a { background-color: rgb(50,65,22); }

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

border-color css

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

 span { border-color: rgb(50,65,22); }

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