Html Css Color HEX #324E0C Turtle Green

📋 copy color: '#324E0C'

red 50 ◦ green 78 ◦ blue 12

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

Shades of Turtle Green #324E0C

Tints of Turtle Green #324E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 55.71%

 BLUE value IS 12 (5.08% from 255) = 8.57%

R = 35.71%
G = 55.71%
B = 8.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#324E0C (or 0x324E0C) is known color: Turtle Green. HEX triplet: 32, 4E and 0C. RGB value is (50,78,12). Sum of RGB (Red+Green+Blue) = 50+78+12=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #324E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324E0C is #CDB1F3. Grayscale: #3E3E3E. Windows color (decimal): -13480436 or 806450. OLE color: 806450.

HSL color Cylindrical-coordinate representation of color #324E0C: hue angle of 85.45º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #324E0C is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 78 12 -
CMYK 0.36 0 0.85 0.69
HSL 85.45º 0.73% 0.18% -
HSV(B) 85.45º 0.85% 0.31% -
XYZ 4.11 6.15 1.32 -
YUV 62.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 50 78 12 0.36 0 0.85 0.69 85.45 0.73 0.18
Hex 32 4E C 24 0 55 45 55 49 12
Octal 62 116 14 44 0 125 105 125 111 22
Binary 110010 1001110 1100 100100 0 1010101 1000101 1010101 1001001 10010

Color Harmonies of #324E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E0C

Black with #324E0C

Text Example


Text Example

White with #324E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324E0C; }

 p { color: rgb(50,78,12); }

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

background-color css

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

 a { background-color: rgb(50,78,12); }

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

border-color css

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

 span { border-color: rgb(50,78,12); }

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