Html Css Color HEX #486D25 Dell

📋 copy color: '#486D25'

red 72 ◦ green 109 ◦ blue 37

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

Shades of Dell #486D25

Tints of Dell #486D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 33.03%
G = 50%
B = 16.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#486D25 (or 0x486D25) is known color: Dell. HEX triplet: 48, 6D and 25. RGB value is (72,109,37). Sum of RGB (Red+Green+Blue) = 72+109+37=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #486D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D25 is #B792DA. Grayscale: #595959. Windows color (decimal): -12030683 or 2452808. OLE color: 2452808.

HSL color Cylindrical-coordinate representation of color #486D25: hue angle of 90.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486D25 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 37 -
CMYK 0.34 0 0.66 0.57
HSL 90.83º 0.49% 0.29% -
HSV(B) 90.83º 0.66% 0.43% -
XYZ 8.48 12.45 3.71 -
YUV 89.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 72 109 37 0.34 0 0.66 0.57 90.83 0.49 0.29
Hex 48 6D 25 22 0 42 39 5B 31 1D
Octal 110 155 45 42 0 102 71 133 61 35
Binary 1001000 1101101 100101 100010 0 1000010 111001 1011011 110001 11101

Color Harmonies of #486D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D25

Black with #486D25

Text Example


Text Example

White with #486D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,109,37); }

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

background-color css

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

 a { background-color: rgb(72,109,37); }

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

border-color css

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

 span { border-color: rgb(72,109,37); }

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