Html Css Color HEX #324006 Turtle Green

📋 copy color: '#324006'

red 50 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #324006

Tints of Turtle Green #324006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

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

R = 41.67%
G = 53.33%
B = 5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#324006 (or 0x324006) is known color: Turtle Green. HEX triplet: 32, 40 and 06. RGB value is (50,64,6). Sum of RGB (Red+Green+Blue) = 50+64+6=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #324006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324006 is #CDBFF9. Grayscale: #353535. Windows color (decimal): -13484026 or 409650. OLE color: 409650.

HSL color Cylindrical-coordinate representation of color #324006: hue angle of 74.48º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #324006 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 6 -
CMYK 0.22 0 0.91 0.75
HSL 74.48º 0.83% 0.14% -
HSV(B) 74.48º 0.91% 0.25% -
XYZ 3.18 4.36 0.85 -
YUV 53.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 50 64 6 0.22 0 0.91 0.75 74.48 0.83 0.14
Hex 32 40 6 16 0 5B 4B 4A 53 E
Octal 62 100 6 26 0 133 113 112 123 16
Binary 110010 1000000 110 10110 0 1011011 1001011 1001010 1010011 1110

Color Harmonies of #324006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324006

Black with #324006

Text Example


Text Example

White with #324006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324006; }

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

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

background-color css

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

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

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

border-color css

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

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

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