Html Css Color HEX #4B6335 Dell

📋 copy color: '#4B6335'

red 75 ◦ green 99 ◦ blue 53

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

Shades of Dell #4B6335

Tints of Dell #4B6335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.61%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 33.04%
G = 43.61%
B = 23.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#4B6335 (or 0x4B6335) is known color: Dell. HEX triplet: 4B, 63 and 35. RGB value is (75,99,53). Sum of RGB (Red+Green+Blue) = 75+99+53=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6335 is #B49CCA. Grayscale: #565656. Windows color (decimal): -11836619 or 3498827. OLE color: 3498827.

HSL color Cylindrical-coordinate representation of color #4B6335: hue angle of 91.3º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B6335 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 99 53 -
CMYK 0.24 0 0.46 0.61
HSL 91.3º 0.3% 0.3% -
HSV(B) 91.3º 0.46% 0.39% -
XYZ 8.01 10.68 5.01 -
YUV 86.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 75 99 53 0.24 0 0.46 0.61 91.3 0.3 0.3
Hex 4B 63 35 18 0 2E 3D 5B 1E 1E
Octal 113 143 65 30 0 56 75 133 36 36
Binary 1001011 1100011 110101 11000 0 101110 111101 1011011 11110 11110

Color Harmonies of #4B6335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6335

Black with #4B6335

Text Example


Text Example

White with #4B6335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,99,53); }

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

background-color css

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

 a { background-color: rgb(75,99,53); }

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

border-color css

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

 span { border-color: rgb(75,99,53); }

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