Html Css Color HEX #445830 Clover

📋 copy color: '#445830'

red 68 ◦ green 88 ◦ blue 48

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

Shades of Clover #445830

Tints of Clover #445830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

 BLUE value IS 48 (19.14% from 255) = 23.53%

R = 33.33%
G = 43.14%
B = 23.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#445830 (or 0x445830) is known color: Clover. HEX triplet: 44, 58 and 30. RGB value is (68,88,48). Sum of RGB (Red+Green+Blue) = 68+88+48=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #445830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445830 is #BBA7CF. Grayscale: #4D4D4D. Windows color (decimal): -12298192 or 3168324. OLE color: 3168324.

HSL color Cylindrical-coordinate representation of color #445830: hue angle of 90º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #445830 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 48 -
CMYK 0.23 0 0.45 0.65
HSL 90º 0.29% 0.27% -
HSV(B) 90º 0.45% 0.35% -
XYZ 6.41 8.42 4.08 -
YUV 77.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 68 88 48 0.23 0 0.45 0.65 90 0.29 0.27
Hex 44 58 30 17 0 2D 41 5A 1D 1B
Octal 104 130 60 27 0 55 101 132 35 33
Binary 1000100 1011000 110000 10111 0 101101 1000001 1011010 11101 11011

Color Harmonies of #445830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445830

Black with #445830

Text Example


Text Example

White with #445830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445830; }

 p { color: rgb(68,88,48); }

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

background-color css

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

 a { background-color: rgb(68,88,48); }

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

border-color css

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

 span { border-color: rgb(68,88,48); }

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