Html Css Color HEX #486F27 Dell

📋 copy color: '#486F27'

red 72 ◦ green 111 ◦ blue 39

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

Shades of Dell #486F27

Tints of Dell #486F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50%

 BLUE value IS 39 (15.63% from 255) = 17.57%

R = 32.43%
G = 50%
B = 17.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#486F27 (or 0x486F27) is known color: Dell. HEX triplet: 48, 6F and 27. RGB value is (72,111,39). Sum of RGB (Red+Green+Blue) = 72+111+39=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #486F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F27 is #B790D8. Grayscale: #5B5B5B. Windows color (decimal): -12030169 or 2584392. OLE color: 2584392.

HSL color Cylindrical-coordinate representation of color #486F27: hue angle of 92.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486F27 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 39 -
CMYK 0.35 0 0.65 0.56
HSL 92.5º 0.48% 0.29% -
HSV(B) 92.5º 0.65% 0.44% -
XYZ 8.72 12.89 3.95 -
YUV 91.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 72 111 39 0.35 0 0.65 0.56 92.5 0.48 0.29
Hex 48 6F 27 23 0 41 38 5C 30 1D
Octal 110 157 47 43 0 101 70 134 60 35
Binary 1001000 1101111 100111 100011 0 1000001 111000 1011100 110000 11101

Color Harmonies of #486F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F27

Black with #486F27

Text Example


Text Example

White with #486F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F27; }

 p { color: rgb(72,111,39); }

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

background-color css

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

 a { background-color: rgb(72,111,39); }

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

border-color css

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

 span { border-color: rgb(72,111,39); }

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