#3D6228

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

Shades of Dell #3D6228

Tints of Dell #3D6228

Color information

#3D6228 (or 0x3D6228) is unknown color: approx Dell. HEX triplet: 3D, 62 and 28. RGB value is (61,98,40). Sum of RGB (Red+Green+Blue) = 61+98+40=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6228 is #C29DD7. Grayscale: #505050. Windows color (decimal): -12754392 or 2646589. OLE color: 2646589.

HSL color Cylindrical-coordinate representation of color #3D6228: hue angle of 98.28º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D6228 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB619840-
CMYK0.3800.590.62
HSL98.28º42.03%27.06%-
HSV(B)98.28º59.18%38.43%-
XYZ6.689.883.56-
YUV80.32105.24114.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.65%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=30.65%
G=49.25%
B=20.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6198400.3800.590.6298.2842.0327.06
Hex3D62282603B3E622a1b
Octal751425046073761425233
Binary11110111000101010001001100111011111110110001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D6228; }

 p { color: rgb(61,98,40); }

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

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

 a { background-color: rgb(61,98,40); }

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

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

 span { border-color: rgb(61,98,40); }

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