Html Css Color HEX #3B6617 Dell

📋 copy color: '#3B6617'

red 59 ◦ green 102 ◦ blue 23

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

Shades of Dell #3B6617

Tints of Dell #3B6617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 32.07%
G = 55.43%
B = 12.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#3B6617 (or 0x3B6617) is known color: Dell. HEX triplet: 3B, 66 and 17. RGB value is (59,102,23). Sum of RGB (Red+Green+Blue) = 59+102+23=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6617 is #C499E8. Grayscale: #505050. Windows color (decimal): -12884457 or 1533499. OLE color: 1533499.

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

Color convert

RGB 59 102 23 -
CMYK 0.42 0 0.77 0.6
HSL 92.66º 0.63% 0.25% -
HSV(B) 92.66º 0.77% 0.4% -
XYZ 6.71 10.49 2.48 -
YUV 80.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 59 102 23 0.42 0 0.77 0.6 92.66 0.63 0.25
Hex 3B 66 17 2A 0 4D 3C 5D 3F 19
Octal 73 146 27 52 0 115 74 135 77 31
Binary 111011 1100110 10111 101010 0 1001101 111100 1011101 111111 11001

Color Harmonies of #3B6617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6617

Black with #3B6617

Text Example


Text Example

White with #3B6617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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