Html Css Color HEX #487033 Dell

📋 copy color: '#487033'

red 72 ◦ green 112 ◦ blue 51

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

Shades of Dell #487033

Tints of Dell #487033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 30.64%
G = 47.66%
B = 21.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#487033 (or 0x487033) is known color: Dell. HEX triplet: 48, 70 and 33. RGB value is (72,112,51). Sum of RGB (Red+Green+Blue) = 72+112+51=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #487033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487033 is #B78FCC. Grayscale: #5D5D5D. Windows color (decimal): -12029901 or 3371080. OLE color: 3371080.

HSL color Cylindrical-coordinate representation of color #487033: hue angle of 99.34º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #487033 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 51 -
CMYK 0.36 0 0.54 0.56
HSL 99.34º 0.37% 0.32% -
HSV(B) 99.34º 0.54% 0.44% -
XYZ 9.06 13.21 5.2 -
YUV 93.09 104.25 112.96 -
System Red Green Blue C M Y K H S L
Decimal 72 112 51 0.36 0 0.54 0.56 99.34 0.37 0.32
Hex 48 70 33 24 0 36 38 63 25 20
Octal 110 160 63 44 0 66 70 143 45 40
Binary 1001000 1110000 110011 100100 0 110110 111000 1100011 100101 100000

Color Harmonies of #487033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487033

Black with #487033

Text Example


Text Example

White with #487033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487033; }

 p { color: rgb(72,112,51); }

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

background-color css

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

 a { background-color: rgb(72,112,51); }

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

border-color css

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

 span { border-color: rgb(72,112,51); }

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