Html Css Color HEX #487233 Dell

📋 copy color: '#487233'

red 72 ◦ green 114 ◦ blue 51

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

Shades of Dell #487233

Tints of Dell #487233

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 30.38%
G = 48.1%
B = 21.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#487233 (or 0x487233) is known color: Dell. HEX triplet: 48, 72 and 33. RGB value is (72,114,51). Sum of RGB (Red+Green+Blue) = 72+114+51=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #487233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487233 is #B78DCC. Grayscale: #5E5E5E. Windows color (decimal): -12029389 or 3371592. OLE color: 3371592.

HSL color Cylindrical-coordinate representation of color #487233: hue angle of 100º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #487233 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 51 -
CMYK 0.37 0 0.55 0.55
HSL 100º 0.38% 0.32% -
HSV(B) 100º 0.55% 0.45% -
XYZ 9.29 13.65 5.28 -
YUV 94.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 72 114 51 0.37 0 0.55 0.55 100 0.38 0.32
Hex 48 72 33 25 0 37 37 64 26 20
Octal 110 162 63 45 0 67 67 144 46 40
Binary 1001000 1110010 110011 100101 0 110111 110111 1100100 100110 100000

Color Harmonies of #487233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487233

Black with #487233

Text Example


Text Example

White with #487233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487233; }

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

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

background-color css

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

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

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

border-color css

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

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

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