Html Css Color HEX #324311 Turtle Green

📋 copy color: '#324311'

red 50 ◦ green 67 ◦ blue 17

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

Shades of Turtle Green #324311

Tints of Turtle Green #324311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50%

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

R = 37.31%
G = 50%
B = 12.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#324311 (or 0x324311) is known color: Turtle Green. HEX triplet: 32, 43 and 11. RGB value is (50,67,17). Sum of RGB (Red+Green+Blue) = 50+67+17=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #324311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324311 is #CDBCEE. Grayscale: #383838. Windows color (decimal): -13483247 or 1131314. OLE color: 1131314.

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

Color convert

RGB 50 67 17 -
CMYK 0.25 0 0.75 0.74
HSL 80.4º 0.6% 0.16% -
HSV(B) 80.4º 0.75% 0.26% -
XYZ 3.42 4.73 1.26 -
YUV 56.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 50 67 17 0.25 0 0.75 0.74 80.4 0.6 0.16
Hex 32 43 11 19 0 4B 4A 50 3C 10
Octal 62 103 21 31 0 113 112 120 74 20
Binary 110010 1000011 10001 11001 0 1001011 1001010 1010000 111100 10000

Color Harmonies of #324311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324311

Black with #324311

Text Example


Text Example

White with #324311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324311; }

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

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

background-color css

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

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

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

border-color css

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

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

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