Html Css Color HEX #4B6334 Dell

📋 copy color: '#4B6334'

red 75 ◦ green 99 ◦ blue 52

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

Shades of Dell #4B6334

Tints of Dell #4B6334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.01%

R = 33.19%
G = 43.81%
B = 23.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#4B6334 (or 0x4B6334) is known color: Dell. HEX triplet: 4B, 63 and 34. RGB value is (75,99,52). Sum of RGB (Red+Green+Blue) = 75+99+52=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6334 is #B49CCB. Grayscale: #565656. Windows color (decimal): -11836620 or 3433291. OLE color: 3433291.

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

Color convert

RGB 75 99 52 -
CMYK 0.24 0 0.47 0.61
HSL 90.64º 0.31% 0.3% -
HSV(B) 90.64º 0.47% 0.39% -
XYZ 7.98 10.67 4.89 -
YUV 86.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 75 99 52 0.24 0 0.47 0.61 90.64 0.31 0.3
Hex 4B 63 34 18 0 2F 3D 5B 1F 1E
Octal 113 143 64 30 0 57 75 133 37 36
Binary 1001011 1100011 110100 11000 0 101111 111101 1011011 11111 11110

Color Harmonies of #4B6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6334

Black with #4B6334

Text Example


Text Example

White with #4B6334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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