Html Css Color HEX #4B6C37 Dell

📋 copy color: '#4B6C37'

red 75 ◦ green 108 ◦ blue 55

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

Shades of Dell #4B6C37

Tints of Dell #4B6C37

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.38%

 BLUE value IS 55 (21.88% from 255) = 23.11%

R = 31.51%
G = 45.38%
B = 23.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#4B6C37 (or 0x4B6C37) is known color: Dell. HEX triplet: 4B, 6C and 37. RGB value is (75,108,55). Sum of RGB (Red+Green+Blue) = 75+108+55=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #4B6C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6C37 is #B493C8. Grayscale: #5C5C5C. Windows color (decimal): -11834313 or 3632203. OLE color: 3632203.

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

Color convert

RGB 75 108 55 -
CMYK 0.31 0 0.49 0.58
HSL 97.36º 0.33% 0.32% -
HSV(B) 97.36º 0.49% 0.42% -
XYZ 8.95 12.5 5.55 -
YUV 92.09 107.07 115.81 -
System Red Green Blue C M Y K H S L
Decimal 75 108 55 0.31 0 0.49 0.58 97.36 0.33 0.32
Hex 4B 6C 37 1F 0 31 3A 61 21 20
Octal 113 154 67 37 0 61 72 141 41 40
Binary 1001011 1101100 110111 11111 0 110001 111010 1100001 100001 100000

Color Harmonies of #4B6C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6C37

Black with #4B6C37

Text Example


Text Example

White with #4B6C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,108,55); }

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

background-color css

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

 a { background-color: rgb(75,108,55); }

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

border-color css

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

 span { border-color: rgb(75,108,55); }

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