Html Css Color HEX #44552D Clover

📋 copy color: '#44552D'

red 68 ◦ green 85 ◦ blue 45

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

Shades of Clover #44552D

Tints of Clover #44552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 34.34%
G = 42.93%
B = 22.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#44552D (or 0x44552D) is known color: Clover. HEX triplet: 44, 55 and 2D. RGB value is (68,85,45). Sum of RGB (Red+Green+Blue) = 68+85+45=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #44552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44552D is #BBAAD2. Grayscale: #4B4B4B. Windows color (decimal): -12298963 or 2970948. OLE color: 2970948.

HSL color Cylindrical-coordinate representation of color #44552D: hue angle of 85.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44552D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 45 -
CMYK 0.20 0 0.47 0.67
HSL 85.5º 0.31% 0.25% -
HSV(B) 85.5º 0.47% 0.33% -
XYZ 6.11 7.92 3.69 -
YUV 75.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 68 85 45 0.20 0 0.47 0.67 85.5 0.31 0.25
Hex 44 55 2D 14 0 2F 43 56 1F 19
Octal 104 125 55 24 0 57 103 126 37 31
Binary 1000100 1010101 101101 10100 0 101111 1000011 1010110 11111 11001

Color Harmonies of #44552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44552D

Black with #44552D

Text Example


Text Example

White with #44552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44552D; }

 p { color: rgb(68,85,45); }

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

background-color css

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

 a { background-color: rgb(68,85,45); }

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

border-color css

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

 span { border-color: rgb(68,85,45); }

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