Html Css Color HEX #486938 Dell

📋 copy color: '#486938'

red 72 ◦ green 105 ◦ blue 56

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

Shades of Dell #486938

Tints of Dell #486938

RGB

 RED value IS 72 (28.52% from 255) = 30.9%

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

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

R = 30.9%
G = 45.06%
B = 24.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#486938 (or 0x486938) is known color: Dell. HEX triplet: 48, 69 and 38. RGB value is (72,105,56). Sum of RGB (Red+Green+Blue) = 72+105+56=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #486938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486938 is #B796C7. Grayscale: #595959. Windows color (decimal): -12031688 or 3696968. OLE color: 3696968.

HSL color Cylindrical-coordinate representation of color #486938: hue angle of 100.41º 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 #486938 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 56 -
CMYK 0.31 0 0.47 0.59
HSL 100.41º 0.3% 0.32% -
HSV(B) 100.41º 0.47% 0.41% -
XYZ 8.44 11.77 5.57 -
YUV 89.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 72 105 56 0.31 0 0.47 0.59 100.41 0.3 0.32
Hex 48 69 38 1F 0 2F 3B 64 1E 20
Octal 110 151 70 37 0 57 73 144 36 40
Binary 1001000 1101001 111000 11111 0 101111 111011 1100100 11110 100000

Color Harmonies of #486938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486938

Black with #486938

Text Example


Text Example

White with #486938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486938; }

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

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

background-color css

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

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

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

border-color css

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

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

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