Html Css Color HEX #4B6F32 Dell

📋 copy color: '#4B6F32'

red 75 ◦ green 111 ◦ blue 50

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

Shades of Dell #4B6F32

Tints of Dell #4B6F32

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.03%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 31.78%
G = 47.03%
B = 21.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#4B6F32 (or 0x4B6F32) is known color: Dell. HEX triplet: 4B, 6F and 32. RGB value is (75,111,50). Sum of RGB (Red+Green+Blue) = 75+111+50=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6F32 is #B490CD. Grayscale: #5D5D5D. Windows color (decimal): -11833550 or 3305291. OLE color: 3305291.

HSL color Cylindrical-coordinate representation of color #4B6F32: hue angle of 95.41º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B6F32 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 111 50 -
CMYK 0.32 0 0.55 0.56
HSL 95.41º 0.38% 0.32% -
HSV(B) 95.41º 0.55% 0.44% -
XYZ 9.16 13.1 5.06 -
YUV 93.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 75 111 50 0.32 0 0.55 0.56 95.41 0.38 0.32
Hex 4B 6F 32 20 0 37 38 5F 26 20
Octal 113 157 62 40 0 67 70 137 46 40
Binary 1001011 1101111 110010 100000 0 110111 111000 1011111 100110 100000

Color Harmonies of #4B6F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6F32

Black with #4B6F32

Text Example


Text Example

White with #4B6F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,111,50); }

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

background-color css

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

 a { background-color: rgb(75,111,50); }

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

border-color css

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

 span { border-color: rgb(75,111,50); }

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