#3C5B27

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

Shades of Dell #3C5B27

Tints of Dell #3C5B27

Color information

#3C5B27 (or 0x3C5B27) is unknown color: approx Dell. HEX triplet: 3C, 5B and 27. RGB value is (60,91,39). Sum of RGB (Red+Green+Blue) = 60+91+39=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5B27 is #C3A4D8. Grayscale: #4B4B4B. Windows color (decimal): -12821721 or 2579260. OLE color: 2579260.

HSL color Cylindrical-coordinate representation of color #3C5B27: hue angle of 95.77º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C5B27 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB609139-
CMYK0.3400.570.64
HSL95.77º40%25.49%-
HSV(B)95.77º57.14%35.69%-
XYZ5.978.593.26-
YUV75.8107.23116.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=31.58%
G=47.89%
B=20.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6091390.3400.570.6495.774025.49
Hex3C5B272203940602819
Octal7413347420711001405031
Binary111100101101110011110001001110011000000110000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,91,39); }

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

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

 a { background-color: rgb(60,91,39); }

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

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

 span { border-color: rgb(60,91,39); }

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