Html Css Color HEX #4B6A3A Dell

📋 copy color: '#4B6A3A'

red 75 ◦ green 106 ◦ blue 58

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

Shades of Dell #4B6A3A

Tints of Dell #4B6A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.35%

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 31.38%
G = 44.35%
B = 24.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#4B6A3A (or 0x4B6A3A) is known color: Dell. HEX triplet: 4B, 6A and 3A. RGB value is (75,106,58). Sum of RGB (Red+Green+Blue) = 75+106+58=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6A3A is #B495C5. Grayscale: #5B5B5B. Windows color (decimal): -11834822 or 3828299. OLE color: 3828299.

HSL color Cylindrical-coordinate representation of color #4B6A3A: hue angle of 98.75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B6A3A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 106 58 -
CMYK 0.29 0 0.45 0.58
HSL 98.75º 0.29% 0.32% -
HSV(B) 98.75º 0.45% 0.42% -
XYZ 8.82 12.11 5.88 -
YUV 91.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 75 106 58 0.29 0 0.45 0.58 98.75 0.29 0.32
Hex 4B 6A 3A 1D 0 2D 3A 63 1D 20
Octal 113 152 72 35 0 55 72 143 35 40
Binary 1001011 1101010 111010 11101 0 101101 111010 1100011 11101 100000

Color Harmonies of #4B6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6A3A

Black with #4B6A3A

Text Example


Text Example

White with #4B6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,106,58); }

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

background-color css

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

 a { background-color: rgb(75,106,58); }

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

border-color css

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

 span { border-color: rgb(75,106,58); }

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