Html Css Color HEX #487234 Dell

📋 copy color: '#487234'

red 72 ◦ green 114 ◦ blue 52

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

Shades of Dell #487234

Tints of Dell #487234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 30.25%
G = 47.9%
B = 21.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#487234 (or 0x487234) is known color: Dell. HEX triplet: 48, 72 and 34. RGB value is (72,114,52). Sum of RGB (Red+Green+Blue) = 72+114+52=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #487234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487234 is #B78DCB. Grayscale: #5E5E5E. Windows color (decimal): -12029388 or 3437128. OLE color: 3437128.

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

Color convert

RGB 72 114 52 -
CMYK 0.37 0 0.54 0.55
HSL 100.65º 0.37% 0.33% -
HSV(B) 100.65º 0.54% 0.45% -
XYZ 9.31 13.66 5.39 -
YUV 94.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 72 114 52 0.37 0 0.54 0.55 100.65 0.37 0.33
Hex 48 72 34 25 0 36 37 65 25 21
Octal 110 162 64 45 0 66 67 145 45 41
Binary 1001000 1110010 110100 100101 0 110110 110111 1100101 100101 100001

Color Harmonies of #487234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487234

Black with #487234

Text Example


Text Example

White with #487234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487234; }

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

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

background-color css

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

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

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

border-color css

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

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

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