Html Css Color HEX #4B6B36 Dell

📋 copy color: '#4B6B36'

red 75 ◦ green 107 ◦ blue 54

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

Shades of Dell #4B6B36

Tints of Dell #4B6B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.34%

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 31.78%
G = 45.34%
B = 22.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#4B6B36 (or 0x4B6B36) is known color: Dell. HEX triplet: 4B, 6B and 36. RGB value is (75,107,54). Sum of RGB (Red+Green+Blue) = 75+107+54=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6B36 is #B494C9. Grayscale: #5B5B5B. Windows color (decimal): -11834570 or 3566411. OLE color: 3566411.

HSL color Cylindrical-coordinate representation of color #4B6B36: hue angle of 96.23º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B6B36 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 107 54 -
CMYK 0.30 0 0.50 0.58
HSL 96.23º 0.33% 0.32% -
HSV(B) 96.23º 0.5% 0.42% -
XYZ 8.83 12.28 5.39 -
YUV 91.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 75 107 54 0.30 0 0.50 0.58 96.23 0.33 0.32
Hex 4B 6B 36 1E 0 32 3A 60 21 20
Octal 113 153 66 36 0 62 72 140 41 40
Binary 1001011 1101011 110110 11110 0 110010 111010 1100000 100001 100000

Color Harmonies of #4B6B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6B36

Black with #4B6B36

Text Example


Text Example

White with #4B6B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,107,54); }

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

background-color css

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

 a { background-color: rgb(75,107,54); }

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

border-color css

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

 span { border-color: rgb(75,107,54); }

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