Html Css Color HEX #4B5D30 Clover

📋 copy color: '#4B5D30'

red 75 ◦ green 93 ◦ blue 48

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

Shades of Clover #4B5D30

Tints of Clover #4B5D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.06%

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

R = 34.72%
G = 43.06%
B = 22.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#4B5D30 (or 0x4B5D30) is known color: Clover. HEX triplet: 4B, 5D and 30. RGB value is (75,93,48). Sum of RGB (Red+Green+Blue) = 75+93+48=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5D30 is #B4A2CF. Grayscale: #525252. Windows color (decimal): -11838160 or 3169611. OLE color: 3169611.

HSL color Cylindrical-coordinate representation of color #4B5D30: hue angle of 84º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B5D30 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 93 48 -
CMYK 0.19 0 0.48 0.64
HSL 84º 0.32% 0.28% -
HSV(B) 84º 0.48% 0.36% -
XYZ 7.35 9.54 4.25 -
YUV 82.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 75 93 48 0.19 0 0.48 0.64 84 0.32 0.28
Hex 4B 5D 30 13 0 30 40 54 20 1C
Octal 113 135 60 23 0 60 100 124 40 34
Binary 1001011 1011101 110000 10011 0 110000 1000000 1010100 100000 11100

Color Harmonies of #4B5D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5D30

Black with #4B5D30

Text Example


Text Example

White with #4B5D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,93,48); }

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

background-color css

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

 a { background-color: rgb(75,93,48); }

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

border-color css

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

 span { border-color: rgb(75,93,48); }

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