Html Css Color HEX #446020 Clover

📋 copy color: '#446020'

red 68 ◦ green 96 ◦ blue 32

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

Shades of Clover #446020

Tints of Clover #446020

RGB

 RED value IS 68 (26.95% from 255) = 34.69%

 GREEN value IS 96 (37.89% from 255) = 48.98%

 BLUE value IS 32 (12.89% from 255) = 16.33%

R = 34.69%
G = 48.98%
B = 16.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#446020 (or 0x446020) is known color: Clover. HEX triplet: 44, 60 and 20. RGB value is (68,96,32). Sum of RGB (Red+Green+Blue) = 68+96+32=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #446020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446020 is #BB9FDF. Grayscale: #505050. Windows color (decimal): -12296160 or 2121796. OLE color: 2121796.

HSL color Cylindrical-coordinate representation of color #446020: hue angle of 86.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446020 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 32 -
CMYK 0.29 0 0.67 0.62
HSL 86.25º 0.5% 0.25% -
HSV(B) 86.25º 0.67% 0.38% -
XYZ 6.83 9.7 2.88 -
YUV 80.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 68 96 32 0.29 0 0.67 0.62 86.25 0.5 0.25
Hex 44 60 20 1D 0 43 3E 56 32 19
Octal 104 140 40 35 0 103 76 126 62 31
Binary 1000100 1100000 100000 11101 0 1000011 111110 1010110 110010 11001

Color Harmonies of #446020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446020

Black with #446020

Text Example


Text Example

White with #446020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446020; }

 p { color: rgb(68,96,32); }

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

background-color css

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

 a { background-color: rgb(68,96,32); }

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

border-color css

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

 span { border-color: rgb(68,96,32); }

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