Html Css Color HEX #324312 Turtle Green

📋 copy color: '#324312'

red 50 ◦ green 67 ◦ blue 18

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

Shades of Turtle Green #324312

Tints of Turtle Green #324312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 37.04%
G = 49.63%
B = 13.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#324312 (or 0x324312) is known color: Turtle Green. HEX triplet: 32, 43 and 12. RGB value is (50,67,18). Sum of RGB (Red+Green+Blue) = 50+67+18=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #324312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324312 is #CDBCED. Grayscale: #383838. Windows color (decimal): -13483246 or 1196850. OLE color: 1196850.

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

Color convert

RGB 50 67 18 -
CMYK 0.25 0 0.73 0.74
HSL 80.82º 0.58% 0.17% -
HSV(B) 80.82º 0.73% 0.26% -
XYZ 3.43 4.74 1.31 -
YUV 56.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 50 67 18 0.25 0 0.73 0.74 80.82 0.58 0.17
Hex 32 43 12 19 0 49 4A 51 3A 11
Octal 62 103 22 31 0 111 112 121 72 21
Binary 110010 1000011 10010 11001 0 1001001 1001010 1010001 111010 10001

Color Harmonies of #324312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324312

Black with #324312

Text Example


Text Example

White with #324312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324312; }

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

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

background-color css

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

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

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

border-color css

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

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

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