Html Css Color HEX #4B552D Clover

📋 copy color: '#4B552D'

red 75 ◦ green 85 ◦ blue 45

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

Shades of Clover #4B552D

Tints of Clover #4B552D

RGB

 RED value IS 75 (29.69% from 255) = 36.59%

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

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

R = 36.59%
G = 41.46%
B = 21.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#4B552D (or 0x4B552D) is known color: Clover. HEX triplet: 4B, 55 and 2D. RGB value is (75,85,45). Sum of RGB (Red+Green+Blue) = 75+85+45=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #4B552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B552D is #B4AAD2. Grayscale: #4D4D4D. Windows color (decimal): -11840211 or 2970955. OLE color: 2970955.

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

Color convert

RGB 75 85 45 -
CMYK 0.12 0 0.47 0.67
HSL 75º 0.31% 0.25% -
HSV(B) 75º 0.47% 0.33% -
XYZ 6.62 8.18 3.71 -
YUV 77.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 75 85 45 0.12 0 0.47 0.67 75 0.31 0.25
Hex 4B 55 2D C 0 2F 43 4B 1F 19
Octal 113 125 55 14 0 57 103 113 37 31
Binary 1001011 1010101 101101 1100 0 101111 1000011 1001011 11111 11001

Color Harmonies of #4B552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B552D

Black with #4B552D

Text Example


Text Example

White with #4B552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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