Html Css Color HEX #3C5A25 Dell

📋 copy color: '#3C5A25'

red 60 ◦ green 90 ◦ blue 37

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

Shades of Dell #3C5A25

Tints of Dell #3C5A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 32.09%
G = 48.13%
B = 19.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#3C5A25 (or 0x3C5A25) is known color: Dell. HEX triplet: 3C, 5A and 25. RGB value is (60,90,37). Sum of RGB (Red+Green+Blue) = 60+90+37=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A25 is #C3A5DA. Grayscale: #4B4B4B. Windows color (decimal): -12821979 or 2447932. OLE color: 2447932.

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

Color convert

RGB 60 90 37 -
CMYK 0.33 0 0.59 0.65
HSL 93.96º 0.42% 0.25% -
HSV(B) 93.96º 0.59% 0.35% -
XYZ 5.85 8.41 3.06 -
YUV 74.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 60 90 37 0.33 0 0.59 0.65 93.96 0.42 0.25
Hex 3C 5A 25 21 0 3B 41 5E 2A 19
Octal 74 132 45 41 0 73 101 136 52 31
Binary 111100 1011010 100101 100001 0 111011 1000001 1011110 101010 11001

Color Harmonies of #3C5A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5A25

Black with #3C5A25

Text Example


Text Example

White with #3C5A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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