Html Css Color HEX #4B6733 Dell

📋 copy color: '#4B6733'

red 75 ◦ green 103 ◦ blue 51

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

Shades of Dell #4B6733

Tints of Dell #4B6733

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 32.75%
G = 44.98%
B = 22.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#4B6733 (or 0x4B6733) is known color: Dell. HEX triplet: 4B, 67 and 33. RGB value is (75,103,51). Sum of RGB (Red+Green+Blue) = 75+103+51=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #4B6733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6733 is #B498CC. Grayscale: #585858. Windows color (decimal): -11835597 or 3368779. OLE color: 3368779.

HSL color Cylindrical-coordinate representation of color #4B6733: hue angle of 92.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B6733 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 103 51 -
CMYK 0.27 0 0.50 0.60
HSL 92.31º 0.34% 0.3% -
HSV(B) 92.31º 0.5% 0.4% -
XYZ 8.35 11.44 4.9 -
YUV 88.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 75 103 51 0.27 0 0.50 0.60 92.31 0.34 0.3
Hex 4B 67 33 1B 0 32 3C 5C 22 1E
Octal 113 147 63 33 0 62 74 134 42 36
Binary 1001011 1100111 110011 11011 0 110010 111100 1011100 100010 11110

Color Harmonies of #4B6733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6733

Black with #4B6733

Text Example


Text Example

White with #4B6733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,103,51); }

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

background-color css

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

 a { background-color: rgb(75,103,51); }

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

border-color css

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

 span { border-color: rgb(75,103,51); }

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