#306110

Color #306110 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #306110

Tints of Dell #306110

Color information

#306110 (or 0x306110) is unknown color: approx Dell. HEX triplet: 30, 61 and 10. RGB value is (48,97,16). Sum of RGB (Red+Green+Blue) = 48+97+16=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #306110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306110 is #CF9EEF. Grayscale: #494949. Windows color (decimal): -13606640 or 1073456. OLE color: 1073456.

HSL color Cylindrical-coordinate representation of color #306110: hue angle of 96.3º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #306110 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB489716-
CMYK0.5100.840.62
HSL96.3º71.68%22.16%-
HSV(B)96.3º83.51%38.04%-
XYZ5.599.221.97-
YUV73.1195.77110.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 97 (38.28% from 255) = 60.25%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=29.81%
G=60.25%
B=9.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897160.5100.840.6296.371.6822.16
Hex306110330543E604816
Octal60141206301247614011026
Binary110000110000110000110011010101001111101100000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306110; }

 p { color: rgb(48,97,16); }

 H1.HeaderClassName
 {
   color: #306110;
 }
 .AnyTagClassName
 {
   color: #306110;
 }
</style>
background-color css

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

 a { background-color: rgb(48,97,16); }

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

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

 span { border-color: rgb(48,97,16); }

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