Html Css Color HEX #486727 Dell

📋 copy color: '#486727'

red 72 ◦ green 103 ◦ blue 39

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

Shades of Dell #486727

Tints of Dell #486727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.13%

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

R = 33.64%
G = 48.13%
B = 18.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#486727 (or 0x486727) is known color: Dell. HEX triplet: 48, 67 and 27. RGB value is (72,103,39). Sum of RGB (Red+Green+Blue) = 72+103+39=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #486727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486727 is #B798D8. Grayscale: #565656. Windows color (decimal): -12032217 or 2582344. OLE color: 2582344.

HSL color Cylindrical-coordinate representation of color #486727: hue angle of 89.06º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486727 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 39 -
CMYK 0.30 0 0.62 0.60
HSL 89.06º 0.45% 0.28% -
HSV(B) 89.06º 0.62% 0.4% -
XYZ 7.89 11.22 3.67 -
YUV 86.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 72 103 39 0.30 0 0.62 0.60 89.06 0.45 0.28
Hex 48 67 27 1E 0 3E 3C 59 2D 1C
Octal 110 147 47 36 0 76 74 131 55 34
Binary 1001000 1100111 100111 11110 0 111110 111100 1011001 101101 11100

Color Harmonies of #486727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486727

Black with #486727

Text Example


Text Example

White with #486727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486727; }

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

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

background-color css

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

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

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

border-color css

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

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

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