Html Css Color HEX #326313 Dell

📋 copy color: '#326313'

red 50 ◦ green 99 ◦ blue 19

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

Shades of Dell #326313

Tints of Dell #326313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.93%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 29.76%
G = 58.93%
B = 11.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#326313 (or 0x326313) is known color: Dell. HEX triplet: 32, 63 and 13. RGB value is (50,99,19). Sum of RGB (Red+Green+Blue) = 50+99+19=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #326313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326313 is #CD9CEC. Grayscale: #4B4B4B. Windows color (decimal): -13475053 or 1270578. OLE color: 1270578.

HSL color Cylindrical-coordinate representation of color #326313: hue angle of 96.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #326313 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 19 -
CMYK 0.49 0 0.81 0.61
HSL 96.75º 0.68% 0.23% -
HSV(B) 96.75º 0.81% 0.39% -
XYZ 5.89 9.65 2.17 -
YUV 75.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 50 99 19 0.49 0 0.81 0.61 96.75 0.68 0.23
Hex 32 63 13 31 0 51 3D 61 44 17
Octal 62 143 23 61 0 121 75 141 104 27
Binary 110010 1100011 10011 110001 0 1010001 111101 1100001 1000100 10111

Color Harmonies of #326313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326313

Black with #326313

Text Example


Text Example

White with #326313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326313; }

 p { color: rgb(50,99,19); }

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

background-color css

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

 a { background-color: rgb(50,99,19); }

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

border-color css

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

 span { border-color: rgb(50,99,19); }

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