Html Css Color HEX #486230 Dell

📋 copy color: '#486230'

red 72 ◦ green 98 ◦ blue 48

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

Shades of Dell #486230

Tints of Dell #486230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 33.03%
G = 44.95%
B = 22.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#486230 (or 0x486230) is known color: Dell. HEX triplet: 48, 62 and 30. RGB value is (72,98,48). Sum of RGB (Red+Green+Blue) = 72+98+48=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #486230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486230 is #B79DCF. Grayscale: #545454. Windows color (decimal): -12033488 or 3170888. OLE color: 3170888.

HSL color Cylindrical-coordinate representation of color #486230: hue angle of 91.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486230 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 48 -
CMYK 0.27 0 0.51 0.62
HSL 91.2º 0.34% 0.29% -
HSV(B) 91.2º 0.51% 0.38% -
XYZ 7.57 10.33 4.39 -
YUV 84.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 72 98 48 0.27 0 0.51 0.62 91.2 0.34 0.29
Hex 48 62 30 1B 0 33 3E 5B 22 1D
Octal 110 142 60 33 0 63 76 133 42 35
Binary 1001000 1100010 110000 11011 0 110011 111110 1011011 100010 11101

Color Harmonies of #486230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486230

Black with #486230

Text Example


Text Example

White with #486230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486230; }

 p { color: rgb(72,98,48); }

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

background-color css

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

 a { background-color: rgb(72,98,48); }

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

border-color css

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

 span { border-color: rgb(72,98,48); }

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