Html Css Color HEX #4B5F2A Clover

📋 copy color: '#4B5F2A'

red 75 ◦ green 95 ◦ blue 42

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

Shades of Clover #4B5F2A

Tints of Clover #4B5F2A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.81%

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 35.38%
G = 44.81%
B = 19.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#4B5F2A (or 0x4B5F2A) is known color: Clover. HEX triplet: 4B, 5F and 2A. RGB value is (75,95,42). Sum of RGB (Red+Green+Blue) = 75+95+42=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #4B5F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5F2A is #B4A0D5. Grayscale: #535353. Windows color (decimal): -11837654 or 2776907. OLE color: 2776907.

HSL color Cylindrical-coordinate representation of color #4B5F2A: hue angle of 82.64º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B5F2A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 95 42 -
CMYK 0.21 0 0.56 0.63
HSL 82.64º 0.39% 0.27% -
HSV(B) 82.64º 0.56% 0.37% -
XYZ 7.41 9.85 3.7 -
YUV 82.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 75 95 42 0.21 0 0.56 0.63 82.64 0.39 0.27
Hex 4B 5F 2A 15 0 38 3F 53 27 1B
Octal 113 137 52 25 0 70 77 123 47 33
Binary 1001011 1011111 101010 10101 0 111000 111111 1010011 100111 11011

Color Harmonies of #4B5F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5F2A

Black with #4B5F2A

Text Example


Text Example

White with #4B5F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,95,42); }

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

background-color css

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

 a { background-color: rgb(75,95,42); }

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

border-color css

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

 span { border-color: rgb(75,95,42); }

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