Html Css Color HEX #324206 Turtle Green

📋 copy color: '#324206'

red 50 ◦ green 66 ◦ blue 6

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

Shades of Turtle Green #324206

Tints of Turtle Green #324206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

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

R = 40.98%
G = 54.1%
B = 4.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#324206 (or 0x324206) is known color: Turtle Green. HEX triplet: 32, 42 and 06. RGB value is (50,66,6). Sum of RGB (Red+Green+Blue) = 50+66+6=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #324206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324206 is #CDBDF9. Grayscale: #363636. Windows color (decimal): -13483514 or 410162. OLE color: 410162.

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

Color convert

RGB 50 66 6 -
CMYK 0.24 0 0.91 0.74
HSL 76º 0.83% 0.14% -
HSV(B) 76º 0.91% 0.26% -
XYZ 3.3 4.59 0.88 -
YUV 54.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 50 66 6 0.24 0 0.91 0.74 76 0.83 0.14
Hex 32 42 6 18 0 5B 4A 4C 53 E
Octal 62 102 6 30 0 133 112 114 123 16
Binary 110010 1000010 110 11000 0 1011011 1001010 1001100 1010011 1110

Color Harmonies of #324206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324206

Black with #324206

Text Example


Text Example

White with #324206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324206; }

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

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

background-color css

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

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

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

border-color css

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

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

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