Html Css Color HEX #4B6938 Dell

📋 copy color: '#4B6938'

red 75 ◦ green 105 ◦ blue 56

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

Shades of Dell #4B6938

Tints of Dell #4B6938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 31.78%
G = 44.49%
B = 23.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#4B6938 (or 0x4B6938) is known color: Dell. HEX triplet: 4B, 69 and 38. RGB value is (75,105,56). Sum of RGB (Red+Green+Blue) = 75+105+56=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #4B6938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6938 is #B496C7. Grayscale: #5A5A5A. Windows color (decimal): -11835080 or 3696971. OLE color: 3696971.

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

Color convert

RGB 75 105 56 -
CMYK 0.29 0 0.47 0.59
HSL 96.73º 0.3% 0.32% -
HSV(B) 96.73º 0.47% 0.41% -
XYZ 8.67 11.88 5.58 -
YUV 90.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 75 105 56 0.29 0 0.47 0.59 96.73 0.3 0.32
Hex 4B 69 38 1D 0 2F 3B 61 1E 20
Octal 113 151 70 35 0 57 73 141 36 40
Binary 1001011 1101001 111000 11101 0 101111 111011 1100001 11110 100000

Color Harmonies of #4B6938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6938

Black with #4B6938

Text Example


Text Example

White with #4B6938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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