Html Css Color HEX #3B6615 Dell

📋 copy color: '#3B6615'

red 59 ◦ green 102 ◦ blue 21

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

Shades of Dell #3B6615

Tints of Dell #3B6615

RGB

 RED value IS 59 (23.44% from 255) = 32.42%

 GREEN value IS 102 (40.23% from 255) = 56.04%

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 32.42%
G = 56.04%
B = 11.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#3B6615 (or 0x3B6615) is known color: Dell. HEX triplet: 3B, 66 and 15. RGB value is (59,102,21). Sum of RGB (Red+Green+Blue) = 59+102+21=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6615 is #C499EA. Grayscale: #505050. Windows color (decimal): -12884459 or 1402427. OLE color: 1402427.

HSL color Cylindrical-coordinate representation of color #3B6615: hue angle of 91.85º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B6615 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 59 102 21 -
CMYK 0.42 0 0.79 0.6
HSL 91.85º 0.66% 0.24% -
HSV(B) 91.85º 0.79% 0.4% -
XYZ 6.69 10.49 2.38 -
YUV 79.91 94.75 113.09 -
System Red Green Blue C M Y K H S L
Decimal 59 102 21 0.42 0 0.79 0.6 91.85 0.66 0.24
Hex 3B 66 15 2A 0 4F 3C 5C 42 18
Octal 73 146 25 52 0 117 74 134 102 30
Binary 111011 1100110 10101 101010 0 1001111 111100 1011100 1000010 11000

Color Harmonies of #3B6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6615

Black with #3B6615

Text Example


Text Example

White with #3B6615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,102,21); }

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

background-color css

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

 a { background-color: rgb(59,102,21); }

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

border-color css

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

 span { border-color: rgb(59,102,21); }

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