Html Css Color HEX #4B6030 Clover

📋 copy color: '#4B6030'

red 75 ◦ green 96 ◦ blue 48

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

Shades of Clover #4B6030

Tints of Clover #4B6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 34.25%
G = 43.84%
B = 21.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#4B6030 (or 0x4B6030) is known color: Clover. HEX triplet: 4B, 60 and 30. RGB value is (75,96,48). Sum of RGB (Red+Green+Blue) = 75+96+48=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6030 is #B49FCF. Grayscale: #545454. Windows color (decimal): -11837392 or 3170379. OLE color: 3170379.

HSL color Cylindrical-coordinate representation of color #4B6030: hue angle of 86.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B6030 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 96 48 -
CMYK 0.22 0 0.50 0.62
HSL 86.25º 0.33% 0.28% -
HSV(B) 86.25º 0.5% 0.38% -
XYZ 7.62 10.08 4.34 -
YUV 84.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 75 96 48 0.22 0 0.50 0.62 86.25 0.33 0.28
Hex 4B 60 30 16 0 32 3E 56 21 1C
Octal 113 140 60 26 0 62 76 126 41 34
Binary 1001011 1100000 110000 10110 0 110010 111110 1010110 100001 11100

Color Harmonies of #4B6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6030

Black with #4B6030

Text Example


Text Example

White with #4B6030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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