#447230

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

Shades of Dell #447230

Tints of Dell #447230

Color information

#447230 (or 0x447230) is unknown color: approx Dell. HEX triplet: 44, 72 and 30. RGB value is (68,114,48). Sum of RGB (Red+Green+Blue) = 68+114+48=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #447230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447230 is #BB8DCF. Grayscale: #5C5C5C. Windows color (decimal): -12291536 or 3174980. OLE color: 3174980.

HSL color Cylindrical-coordinate representation of color #447230: hue angle of 101.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447230 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB6811448-
CMYK0.4000.580.55
HSL101.82º40.74%31.76%-
HSV(B)101.82º57.89%44.71%-
XYZ8.9313.484.93-
YUV92.72102.76110.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=29.57%
G=49.57%
B=20.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114480.4000.580.55101.8240.7431.76
Hex4472302803A37662920
Octal1041626050072671465140
Binary1000100111001011000010100001110101101111100110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447230; }

 p { color: rgb(68,114,48); }

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

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

 a { background-color: rgb(68,114,48); }

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

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

 span { border-color: rgb(68,114,48); }

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