Html Css Color HEX #4A552D Clover

📋 copy color: '#4A552D'

red 74 ◦ green 85 ◦ blue 45

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

Shades of Clover #4A552D

Tints of Clover #4A552D

RGB

 RED value IS 74 (29.3% from 255) = 36.27%

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

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

R = 36.27%
G = 41.67%
B = 22.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#4A552D (or 0x4A552D) is known color: Clover. HEX triplet: 4A, 55 and 2D. RGB value is (74,85,45). Sum of RGB (Red+Green+Blue) = 74+85+45=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #4A552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A552D is #B5AAD2. Grayscale: #4D4D4D. Windows color (decimal): -11905747 or 2970954. OLE color: 2970954.

HSL color Cylindrical-coordinate representation of color #4A552D: hue angle of 76.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 #4A552D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 45 -
CMYK 0.13 0 0.47 0.67
HSL 76.5º 0.31% 0.25% -
HSV(B) 76.5º 0.47% 0.33% -
XYZ 6.55 8.14 3.71 -
YUV 77.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 74 85 45 0.13 0 0.47 0.67 76.5 0.31 0.25
Hex 4A 55 2D D 0 2F 43 4C 1F 19
Octal 112 125 55 15 0 57 103 114 37 31
Binary 1001010 1010101 101101 1101 0 101111 1000011 1001100 11111 11001

Color Harmonies of #4A552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A552D

Black with #4A552D

Text Example


Text Example

White with #4A552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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