Html Css Color HEX #3B3000 Mikado

📋 copy color: '#3B3000'

red 59 ◦ green 48 ◦ blue 0

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

Shades of Mikado #3B3000

Tints of Mikado #3B3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.14%
G = 44.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3B3000 (or 0x3B3000) is known color: Mikado. HEX triplet: 3B, 30 and 00. RGB value is (59,48,0). Sum of RGB (Red+Green+Blue) = 59+48+0=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3000 is #C4CFFF. Grayscale: #2E2E2E. Windows color (decimal): -12898304 or 12347. OLE color: 12347.

HSL color Cylindrical-coordinate representation of color #3B3000: hue angle of 48.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B3000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 48 0 -
CMYK 0 0.19 1 0.77
HSL 48.81º 1% 0.12% -
HSV(B) 48.81º 1% 0.23% -
XYZ 2.86 3.04 0.44 -
YUV 45.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 59 48 0 0 0.19 1 0.77 48.81 1 0.12
Hex 3B 30 0 0 13 64 4D 31 64 C
Octal 73 60 0 0 23 144 115 61 144 14
Binary 111011 110000 0 0 10011 1100100 1001101 110001 1100100 1100

Color Harmonies of #3B3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3000

Black with #3B3000

Text Example


Text Example

White with #3B3000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,0); }

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

background-color css

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

 a { background-color: rgb(59,48,0); }

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

border-color css

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

 span { border-color: rgb(59,48,0); }

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