Html Css Color HEX #4B7235 Dell

📋 copy color: '#4B7235'

red 75 ◦ green 114 ◦ blue 53

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

Shades of Dell #4B7235

Tints of Dell #4B7235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.11%

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

R = 30.99%
G = 47.11%
B = 21.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#4B7235 (or 0x4B7235) is known color: Dell. HEX triplet: 4B, 72 and 35. RGB value is (75,114,53). Sum of RGB (Red+Green+Blue) = 75+114+53=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7235 is #B48DCA. Grayscale: #5F5F5F. Windows color (decimal): -11832779 or 3502667. OLE color: 3502667.

HSL color Cylindrical-coordinate representation of color #4B7235: hue angle of 98.36º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B7235 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 114 53 -
CMYK 0.34 0 0.54 0.55
HSL 98.36º 0.37% 0.33% -
HSV(B) 98.36º 0.54% 0.45% -
XYZ 9.56 13.79 5.53 -
YUV 95.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 75 114 53 0.34 0 0.54 0.55 98.36 0.37 0.33
Hex 4B 72 35 22 0 36 37 62 25 21
Octal 113 162 65 42 0 66 67 142 45 41
Binary 1001011 1110010 110101 100010 0 110110 110111 1100010 100101 100001

Color Harmonies of #4B7235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7235

Black with #4B7235

Text Example


Text Example

White with #4B7235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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