#3D6327

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

Shades of Dell #3D6327

Tints of Dell #3D6327

Color information

#3D6327 (or 0x3D6327) is unknown color: approx Dell. HEX triplet: 3D, 63 and 27. RGB value is (61,99,39). Sum of RGB (Red+Green+Blue) = 61+99+39=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6327 is #C29CD8. Grayscale: #515151. Windows color (decimal): -12754137 or 2581309. OLE color: 2581309.

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

Color convert

RGB619939-
CMYK0.3800.610.61
HSL98º43.48%27.06%-
HSV(B)98º60.61%38.82%-
XYZ6.7510.063.51-
YUV80.8104.41113.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.65%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=30.65%
G=49.75%
B=19.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6199390.3800.610.619843.4827.06
Hex3D63272603D3D622b1b
Octal751434746075751425333
Binary11110111000111001111001100111101111101110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,99,39); }

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

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

 a { background-color: rgb(61,99,39); }

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

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

 span { border-color: rgb(61,99,39); }

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