Html Css Color HEX #3C592A Dell

📋 copy color: '#3C592A'

red 60 ◦ green 89 ◦ blue 42

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

Shades of Dell #3C592A

Tints of Dell #3C592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 31.41%
G = 46.6%
B = 21.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#3C592A (or 0x3C592A) is known color: Dell. HEX triplet: 3C, 59 and 2A. RGB value is (60,89,42). Sum of RGB (Red+Green+Blue) = 60+89+42=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #3C592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C592A is #C3A6D5. Grayscale: #4B4B4B. Windows color (decimal): -12822230 or 2775356. OLE color: 2775356.

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

Color convert

RGB 60 89 42 -
CMYK 0.33 0 0.53 0.65
HSL 97.02º 0.36% 0.26% -
HSV(B) 97.02º 0.53% 0.35% -
XYZ 5.85 8.27 3.48 -
YUV 74.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 60 89 42 0.33 0 0.53 0.65 97.02 0.36 0.26
Hex 3C 59 2A 21 0 35 41 61 24 1A
Octal 74 131 52 41 0 65 101 141 44 32
Binary 111100 1011001 101010 100001 0 110101 1000001 1100001 100100 11010

Color Harmonies of #3C592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C592A

Black with #3C592A

Text Example


Text Example

White with #3C592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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