Html Css Color HEX #326015 Dell

📋 copy color: '#326015'

red 50 ◦ green 96 ◦ blue 21

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

Shades of Dell #326015

Tints of Dell #326015

RGB

 RED value IS 50 (19.92% from 255) = 29.94%

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 29.94%
G = 57.49%
B = 12.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#326015 (or 0x326015) is known color: Dell. HEX triplet: 32, 60 and 15. RGB value is (50,96,21). Sum of RGB (Red+Green+Blue) = 50+96+21=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #326015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326015 is #CD9FEA. Grayscale: #494949. Windows color (decimal): -13475819 or 1400882. OLE color: 1400882.

HSL color Cylindrical-coordinate representation of color #326015: hue angle of 96.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326015 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 96 21 -
CMYK 0.48 0 0.78 0.62
HSL 96.8º 0.64% 0.23% -
HSV(B) 96.8º 0.78% 0.38% -
XYZ 5.63 9.1 2.17 -
YUV 73.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 50 96 21 0.48 0 0.78 0.62 96.8 0.64 0.23
Hex 32 60 15 30 0 4E 3E 61 40 17
Octal 62 140 25 60 0 116 76 141 100 27
Binary 110010 1100000 10101 110000 0 1001110 111110 1100001 1000000 10111

Color Harmonies of #326015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326015

Black with #326015

Text Example


Text Example

White with #326015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326015; }

 p { color: rgb(50,96,21); }

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

background-color css

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

 a { background-color: rgb(50,96,21); }

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

border-color css

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

 span { border-color: rgb(50,96,21); }

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