Html Css Color HEX #3C5A28 Dell

📋 copy color: '#3C5A28'

red 60 ◦ green 90 ◦ blue 40

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

Shades of Dell #3C5A28

Tints of Dell #3C5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.37%

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

R = 31.58%
G = 47.37%
B = 21.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#3C5A28 (or 0x3C5A28) is known color: Dell. HEX triplet: 3C, 5A and 28. RGB value is (60,90,40). Sum of RGB (Red+Green+Blue) = 60+90+40=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A28 is #C3A5D7. Grayscale: #4B4B4B. Windows color (decimal): -12821976 or 2644540. OLE color: 2644540.

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

Color convert

RGB 60 90 40 -
CMYK 0.33 0 0.56 0.65
HSL 96º 0.38% 0.25% -
HSV(B) 96º 0.56% 0.35% -
XYZ 5.9 8.43 3.32 -
YUV 75.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 60 90 40 0.33 0 0.56 0.65 96 0.38 0.25
Hex 3C 5A 28 21 0 38 41 60 26 19
Octal 74 132 50 41 0 70 101 140 46 31
Binary 111100 1011010 101000 100001 0 111000 1000001 1100000 100110 11001

Color Harmonies of #3C5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5A28

Black with #3C5A28

Text Example


Text Example

White with #3C5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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