Html Css Color HEX #3A6120 Dell

📋 copy color: '#3A6120'

red 58 ◦ green 97 ◦ blue 32

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

Shades of Dell #3A6120

Tints of Dell #3A6120

RGB

 RED value IS 58 (23.05% from 255) = 31.02%

 GREEN value IS 97 (38.28% from 255) = 51.87%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 31.02%
G = 51.87%
B = 17.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#3A6120 (or 0x3A6120) is known color: Dell. HEX triplet: 3A, 61 and 20. RGB value is (58,97,32). Sum of RGB (Red+Green+Blue) = 58+97+32=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6120 is #C59EDF. Grayscale: #4E4E4E. Windows color (decimal): -12951264 or 2122042. OLE color: 2122042.

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

Color convert

RGB 58 97 32 -
CMYK 0.40 0 0.67 0.62
HSL 96º 0.5% 0.25% -
HSV(B) 96º 0.67% 0.38% -
XYZ 6.28 9.55 2.88 -
YUV 77.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 58 97 32 0.40 0 0.67 0.62 96 0.5 0.25
Hex 3A 61 20 28 0 43 3E 60 32 19
Octal 72 141 40 50 0 103 76 140 62 31
Binary 111010 1100001 100000 101000 0 1000011 111110 1100000 110010 11001

Color Harmonies of #3A6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6120

Black with #3A6120

Text Example


Text Example

White with #3A6120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,32); }

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

background-color css

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

 a { background-color: rgb(58,97,32); }

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

border-color css

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

 span { border-color: rgb(58,97,32); }

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