Html Css Color HEX #324F06 Turtle Green

📋 copy color: '#324F06'

red 50 ◦ green 79 ◦ blue 6

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

Shades of Turtle Green #324F06

Tints of Turtle Green #324F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 58.52%

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 37.04%
G = 58.52%
B = 4.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#324F06 (or 0x324F06) is known color: Turtle Green. HEX triplet: 32, 4F and 06. RGB value is (50,79,6). Sum of RGB (Red+Green+Blue) = 50+79+6=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #324F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324F06 is #CDB0F9. Grayscale: #3E3E3E. Windows color (decimal): -13480186 or 413490. OLE color: 413490.

HSL color Cylindrical-coordinate representation of color #324F06: hue angle of 83.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #324F06 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 6 -
CMYK 0.37 0 0.92 0.69
HSL 83.84º 0.86% 0.17% -
HSV(B) 83.84º 0.92% 0.31% -
XYZ 4.14 6.28 1.17 -
YUV 62.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 50 79 6 0.37 0 0.92 0.69 83.84 0.86 0.17
Hex 32 4F 6 25 0 5C 45 54 56 11
Octal 62 117 6 45 0 134 105 124 126 21
Binary 110010 1001111 110 100101 0 1011100 1000101 1010100 1010110 10001

Color Harmonies of #324F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F06

Black with #324F06

Text Example


Text Example

White with #324F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,79,6); }

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

background-color css

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

 a { background-color: rgb(50,79,6); }

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

border-color css

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

 span { border-color: rgb(50,79,6); }

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