Html Css Color HEX #3C5928 Dell

📋 copy color: '#3C5928'

red 60 ◦ green 89 ◦ blue 40

#3C5928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #3C5928

Tints of Dell #3C5928

RGB

 RED value IS 60 (23.83% from 255) = 31.75%

 GREEN value IS 89 (35.16% from 255) = 47.09%

 BLUE value IS 40 (16.02% from 255) = 21.16%

R = 31.75%
G = 47.09%
B = 21.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#3C5928 (or 0x3C5928) is known color: Dell. HEX triplet: 3C, 59 and 28. RGB value is (60,89,40). Sum of RGB (Red+Green+Blue) = 60+89+40=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5928 is #C3A6D7. Grayscale: #4A4A4A. Windows color (decimal): -12822232 or 2644284. OLE color: 2644284.

HSL color Cylindrical-coordinate representation of color #3C5928: hue angle of 95.51º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C5928 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 89 40 -
CMYK 0.33 0 0.55 0.65
HSL 95.51º 0.38% 0.25% -
HSV(B) 95.51º 0.55% 0.35% -
XYZ 5.82 8.26 3.29 -
YUV 74.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 60 89 40 0.33 0 0.55 0.65 95.51 0.38 0.25
Hex 3C 59 28 21 0 37 41 60 26 19
Octal 74 131 50 41 0 67 101 140 46 31
Binary 111100 1011001 101000 100001 0 110111 1000001 1100000 100110 11001

Color Harmonies of #3C5928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5928

Black with #3C5928

Text Example


Text Example

White with #3C5928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,40); }

 H1.HeaderClassName
 {
   color: #3C5928;
 }
 .AnyTagClassName
 {
   color: #3C5928;
 }
</style>

background-color css

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

 a { background-color: rgb(60,89,40); }

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

border-color css

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

 span { border-color: rgb(60,89,40); }

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