Html Css Color HEX #4B6A36 Dell

📋 copy color: '#4B6A36'

red 75 ◦ green 106 ◦ blue 54

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

Shades of Dell #4B6A36

Tints of Dell #4B6A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 31.91%
G = 45.11%
B = 22.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#4B6A36 (or 0x4B6A36) is known color: Dell. HEX triplet: 4B, 6A and 36. RGB value is (75,106,54). Sum of RGB (Red+Green+Blue) = 75+106+54=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6A36 is #B495C9. Grayscale: #5A5A5A. Windows color (decimal): -11834826 or 3566155. OLE color: 3566155.

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

Color convert

RGB 75 106 54 -
CMYK 0.29 0 0.49 0.58
HSL 95.77º 0.33% 0.31% -
HSV(B) 95.77º 0.49% 0.42% -
XYZ 8.72 12.07 5.36 -
YUV 90.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 75 106 54 0.29 0 0.49 0.58 95.77 0.33 0.31
Hex 4B 6A 36 1D 0 31 3A 60 20 1F
Octal 113 152 66 35 0 61 72 140 40 37
Binary 1001011 1101010 110110 11101 0 110001 111010 1100000 100000 11111

Color Harmonies of #4B6A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6A36

Black with #4B6A36

Text Example


Text Example

White with #4B6A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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