Html Css Color HEX #3B7020 Bilbao

📋 copy color: '#3B7020'

red 59 ◦ green 112 ◦ blue 32

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

Shades of Bilbao #3B7020

Tints of Bilbao #3B7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.17%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 29.06%
G = 55.17%
B = 15.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#3B7020 (or 0x3B7020) is known color: Bilbao. HEX triplet: 3B, 70 and 20. RGB value is (59,112,32). Sum of RGB (Red+Green+Blue) = 59+112+32=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7020 is #C48FDF. Grayscale: #575757. Windows color (decimal): -12881888 or 2125883. OLE color: 2125883.

HSL color Cylindrical-coordinate representation of color #3B7020: hue angle of 99.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B7020 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 32 -
CMYK 0.47 0 0.71 0.56
HSL 99.75º 0.56% 0.28% -
HSV(B) 99.75º 0.71% 0.44% -
XYZ 7.86 12.62 3.39 -
YUV 87.03 96.94 108 -
System Red Green Blue C M Y K H S L
Decimal 59 112 32 0.47 0 0.71 0.56 99.75 0.56 0.28
Hex 3B 70 20 2F 0 47 38 64 38 1C
Octal 73 160 40 57 0 107 70 144 70 34
Binary 111011 1110000 100000 101111 0 1000111 111000 1100100 111000 11100

Color Harmonies of #3B7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7020

Black with #3B7020

Text Example


Text Example

White with #3B7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,32); }

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

background-color css

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

 a { background-color: rgb(59,112,32); }

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

border-color css

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

 span { border-color: rgb(59,112,32); }

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