Html Css Color HEX #4B5A38 Clover

📋 copy color: '#4B5A38'

red 75 ◦ green 90 ◦ blue 56

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

Shades of Clover #4B5A38

Tints of Clover #4B5A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 33.94%
G = 40.72%
B = 25.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#4B5A38 (or 0x4B5A38) is known color: Clover. HEX triplet: 4B, 5A and 38. RGB value is (75,90,56). Sum of RGB (Red+Green+Blue) = 75+90+56=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A38 is #B4A5C7. Grayscale: #515151. Windows color (decimal): -11838920 or 3693131. OLE color: 3693131.

HSL color Cylindrical-coordinate representation of color #4B5A38: hue angle of 86.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B5A38 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 90 56 -
CMYK 0.17 0 0.38 0.65
HSL 86.47º 0.23% 0.29% -
HSV(B) 86.47º 0.38% 0.35% -
XYZ 7.27 9.09 5.11 -
YUV 81.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 75 90 56 0.17 0 0.38 0.65 86.47 0.23 0.29
Hex 4B 5A 38 11 0 26 41 56 17 1D
Octal 113 132 70 21 0 46 101 126 27 35
Binary 1001011 1011010 111000 10001 0 100110 1000001 1010110 10111 11101

Color Harmonies of #4B5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A38

Black with #4B5A38

Text Example


Text Example

White with #4B5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,90,56); }

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

background-color css

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

 a { background-color: rgb(75,90,56); }

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

border-color css

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

 span { border-color: rgb(75,90,56); }

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