Html Css Color HEX #3B820B Bilbao

📋 copy color: '#3B820B'

red 59 ◦ green 130 ◦ blue 11

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

Shades of Bilbao #3B820B

Tints of Bilbao #3B820B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65%

 BLUE value IS 11 (4.69% from 255) = 5.5%

R = 29.5%
G = 65%
B = 5.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#3B820B (or 0x3B820B) is known color: Bilbao. HEX triplet: 3B, 82 and 0B. RGB value is (59,130,11). Sum of RGB (Red+Green+Blue) = 59+130+11=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #3B820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B820B is #C47DF4. Grayscale: #5F5F5F. Windows color (decimal): -12877301 or 754235. OLE color: 754235.

HSL color Cylindrical-coordinate representation of color #3B820B: hue angle of 95.8º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B820B is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 130 11 -
CMYK 0.55 0 0.92 0.49
HSL 95.8º 0.84% 0.28% -
HSV(B) 95.8º 0.92% 0.51% -
XYZ 9.85 16.92 3.06 -
YUV 95.21 80.48 102.18 -
System Red Green Blue C M Y K H S L
Decimal 59 130 11 0.55 0 0.92 0.49 95.8 0.84 0.28
Hex 3B 82 B 37 0 5C 31 60 54 1C
Octal 73 202 13 67 0 134 61 140 124 34
Binary 111011 10000010 1011 110111 0 1011100 110001 1100000 1010100 11100

Color Harmonies of #3B820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B820B

Black with #3B820B

Text Example


Text Example

White with #3B820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,130,11); }

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

background-color css

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

 a { background-color: rgb(59,130,11); }

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

border-color css

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

 span { border-color: rgb(59,130,11); }

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