Html Css Color HEX #486933 Dell

📋 copy color: '#486933'

red 72 ◦ green 105 ◦ blue 51

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

Shades of Dell #486933

Tints of Dell #486933

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.05%

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

R = 31.58%
G = 46.05%
B = 22.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#486933 (or 0x486933) is known color: Dell. HEX triplet: 48, 69 and 33. RGB value is (72,105,51). Sum of RGB (Red+Green+Blue) = 72+105+51=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #486933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486933 is #B796CC. Grayscale: #595959. Windows color (decimal): -12031693 or 3369288. OLE color: 3369288.

HSL color Cylindrical-coordinate representation of color #486933: hue angle of 96.67º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486933 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 51 -
CMYK 0.31 0 0.51 0.59
HSL 96.67º 0.35% 0.31% -
HSV(B) 96.67º 0.51% 0.41% -
XYZ 8.32 11.72 4.96 -
YUV 88.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 72 105 51 0.31 0 0.51 0.59 96.67 0.35 0.31
Hex 48 69 33 1F 0 33 3B 61 23 1F
Octal 110 151 63 37 0 63 73 141 43 37
Binary 1001000 1101001 110011 11111 0 110011 111011 1100001 100011 11111

Color Harmonies of #486933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486933

Black with #486933

Text Example


Text Example

White with #486933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486933; }

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

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

background-color css

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

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

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

border-color css

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

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

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