Html Css Color HEX #4B6530 Dell

📋 copy color: '#4B6530'

red 75 ◦ green 101 ◦ blue 48

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

Shades of Dell #4B6530

Tints of Dell #4B6530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 33.48%
G = 45.09%
B = 21.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#4B6530 (or 0x4B6530) is known color: Dell. HEX triplet: 4B, 65 and 30. RGB value is (75,101,48). Sum of RGB (Red+Green+Blue) = 75+101+48=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6530 is #B49ACF. Grayscale: #575757. Windows color (decimal): -11836112 or 3171659. OLE color: 3171659.

HSL color Cylindrical-coordinate representation of color #4B6530: hue angle of 89.43º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B6530 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 101 48 -
CMYK 0.26 0 0.52 0.60
HSL 89.43º 0.36% 0.29% -
HSV(B) 89.43º 0.52% 0.4% -
XYZ 8.09 11.02 4.5 -
YUV 87.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 75 101 48 0.26 0 0.52 0.60 89.43 0.36 0.29
Hex 4B 65 30 1A 0 34 3C 59 24 1D
Octal 113 145 60 32 0 64 74 131 44 35
Binary 1001011 1100101 110000 11010 0 110100 111100 1011001 100100 11101

Color Harmonies of #4B6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6530

Black with #4B6530

Text Example


Text Example

White with #4B6530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,101,48); }

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

background-color css

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

 a { background-color: rgb(75,101,48); }

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

border-color css

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

 span { border-color: rgb(75,101,48); }

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