Html Css Color HEX #324111 Turtle Green

📋 copy color: '#324111'

red 50 ◦ green 65 ◦ blue 17

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

Shades of Turtle Green #324111

Tints of Turtle Green #324111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 37.88%
G = 49.24%
B = 12.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#324111 (or 0x324111) is known color: Turtle Green. HEX triplet: 32, 41 and 11. RGB value is (50,65,17). Sum of RGB (Red+Green+Blue) = 50+65+17=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #324111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324111 is #CDBEEE. Grayscale: #373737. Windows color (decimal): -13483759 or 1130802. OLE color: 1130802.

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

Color convert

RGB 50 65 17 -
CMYK 0.23 0 0.74 0.75
HSL 78.75º 0.59% 0.16% -
HSV(B) 78.75º 0.74% 0.25% -
XYZ 3.31 4.5 1.22 -
YUV 55.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 50 65 17 0.23 0 0.74 0.75 78.75 0.59 0.16
Hex 32 41 11 17 0 4A 4B 4F 3B 10
Octal 62 101 21 27 0 112 113 117 73 20
Binary 110010 1000001 10001 10111 0 1001010 1001011 1001111 111011 10000

Color Harmonies of #324111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324111

Black with #324111

Text Example


Text Example

White with #324111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324111; }

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

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

background-color css

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

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

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

border-color css

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

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

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