Html Css Color HEX #3A6511 Dell

📋 copy color: '#3A6511'

red 58 ◦ green 101 ◦ blue 17

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

Shades of Dell #3A6511

Tints of Dell #3A6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.39%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 32.95%
G = 57.39%
B = 9.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#3A6511 (or 0x3A6511) is known color: Dell. HEX triplet: 3A, 65 and 11. RGB value is (58,101,17). Sum of RGB (Red+Green+Blue) = 58+101+17=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6511 is #C59AEE. Grayscale: #4E4E4E. Windows color (decimal): -12950255 or 1140026. OLE color: 1140026.

HSL color Cylindrical-coordinate representation of color #3A6511: hue angle of 90.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A6511 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 58 101 17 -
CMYK 0.43 0 0.83 0.60
HSL 90.71º 0.71% 0.23% -
HSV(B) 90.71º 0.83% 0.4% -
XYZ 6.5 10.25 2.17 -
YUV 78.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 58 101 17 0.43 0 0.83 0.60 90.71 0.71 0.23
Hex 3A 65 11 2B 0 53 3C 5B 47 17
Octal 72 145 21 53 0 123 74 133 107 27
Binary 111010 1100101 10001 101011 0 1010011 111100 1011011 1000111 10111

Color Harmonies of #3A6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6511

Black with #3A6511

Text Example


Text Example

White with #3A6511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,101,17); }

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

background-color css

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

 a { background-color: rgb(58,101,17); }

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

border-color css

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

 span { border-color: rgb(58,101,17); }

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