Html Css Color HEX #3B730A Bilbao

📋 copy color: '#3B730A'

red 59 ◦ green 115 ◦ blue 10

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

Shades of Bilbao #3B730A

Tints of Bilbao #3B730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.5%

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 32.07%
G = 62.5%
B = 5.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#3B730A (or 0x3B730A) is known color: Bilbao. HEX triplet: 3B, 73 and 0A. RGB value is (59,115,10). Sum of RGB (Red+Green+Blue) = 59+115+10=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #3B730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B730A is #C48CF5. Grayscale: #565656. Windows color (decimal): -12881142 or 684859. OLE color: 684859.

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

Color convert

RGB 59 115 10 -
CMYK 0.49 0 0.91 0.55
HSL 92º 0.84% 0.25% -
HSV(B) 92º 0.91% 0.45% -
XYZ 7.99 13.21 2.42 -
YUV 86.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 59 115 10 0.49 0 0.91 0.55 92 0.84 0.25
Hex 3B 73 A 31 0 5B 37 5C 54 19
Octal 73 163 12 61 0 133 67 134 124 31
Binary 111011 1110011 1010 110001 0 1011011 110111 1011100 1010100 11001

Color Harmonies of #3B730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B730A

Black with #3B730A

Text Example


Text Example

White with #3B730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,115,10); }

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

background-color css

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

 a { background-color: rgb(59,115,10); }

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

border-color css

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

 span { border-color: rgb(59,115,10); }

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