Html Css Color HEX #324606 Turtle Green

📋 copy color: '#324606'

red 50 ◦ green 70 ◦ blue 6

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

Shades of Turtle Green #324606

Tints of Turtle Green #324606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 55.56%

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

R = 39.68%
G = 55.56%
B = 4.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#324606 (or 0x324606) is known color: Turtle Green. HEX triplet: 32, 46 and 06. RGB value is (50,70,6). Sum of RGB (Red+Green+Blue) = 50+70+6=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #324606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324606 is #CDB9F9. Grayscale: #383838. Windows color (decimal): -13482490 or 411186. OLE color: 411186.

HSL color Cylindrical-coordinate representation of color #324606: hue angle of 78.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #324606 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 6 -
CMYK 0.29 0 0.91 0.73
HSL 78.75º 0.84% 0.15% -
HSV(B) 78.75º 0.91% 0.27% -
XYZ 3.54 5.07 0.96 -
YUV 56.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 50 70 6 0.29 0 0.91 0.73 78.75 0.84 0.15
Hex 32 46 6 1D 0 5B 49 4F 54 F
Octal 62 106 6 35 0 133 111 117 124 17
Binary 110010 1000110 110 11101 0 1011011 1001001 1001111 1010100 1111

Color Harmonies of #324606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324606

Black with #324606

Text Example


Text Example

White with #324606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324606; }

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

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

background-color css

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

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

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

border-color css

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

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

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