Html Css Color HEX #4B6A38 Dell

📋 copy color: '#4B6A38'

red 75 ◦ green 106 ◦ blue 56

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

Shades of Dell #4B6A38

Tints of Dell #4B6A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 31.65%
G = 44.73%
B = 23.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#4B6A38 (or 0x4B6A38) is known color: Dell. HEX triplet: 4B, 6A and 38. RGB value is (75,106,56). Sum of RGB (Red+Green+Blue) = 75+106+56=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6A38 is #B495C7. Grayscale: #5B5B5B. Windows color (decimal): -11834824 or 3697227. OLE color: 3697227.

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

Color convert

RGB 75 106 56 -
CMYK 0.29 0 0.47 0.58
HSL 97.2º 0.31% 0.32% -
HSV(B) 97.2º 0.47% 0.42% -
XYZ 8.77 12.09 5.61 -
YUV 91.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 75 106 56 0.29 0 0.47 0.58 97.2 0.31 0.32
Hex 4B 6A 38 1D 0 2F 3A 61 1F 20
Octal 113 152 70 35 0 57 72 141 37 40
Binary 1001011 1101010 111000 11101 0 101111 111010 1100001 11111 100000

Color Harmonies of #4B6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6A38

Black with #4B6A38

Text Example


Text Example

White with #4B6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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