Html Css Color HEX #3B6F20 Bilbao

📋 copy color: '#3B6F20'

red 59 ◦ green 111 ◦ blue 32

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

Shades of Bilbao #3B6F20

Tints of Bilbao #3B6F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 54.95%

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

R = 29.21%
G = 54.95%
B = 15.84%

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

#3B6F20 (or 0x3B6F20) is known color: Bilbao. HEX triplet: 3B, 6F and 20. RGB value is (59,111,32). Sum of RGB (Red+Green+Blue) = 59+111+32=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6F20 is #C490DF. Grayscale: #565656. Windows color (decimal): -12882144 or 2125627. OLE color: 2125627.

HSL color Cylindrical-coordinate representation of color #3B6F20: hue angle of 99.49º degrees, saturation: 0.55, 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 #3B6F20 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 111 32 -
CMYK 0.47 0 0.71 0.56
HSL 99.49º 0.55% 0.28% -
HSV(B) 99.49º 0.71% 0.44% -
XYZ 7.75 12.4 3.35 -
YUV 86.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 59 111 32 0.47 0 0.71 0.56 99.49 0.55 0.28
Hex 3B 6F 20 2F 0 47 38 63 37 1C
Octal 73 157 40 57 0 107 70 143 67 34
Binary 111011 1101111 100000 101111 0 1000111 111000 1100011 110111 11100

Color Harmonies of #3B6F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6F20

Black with #3B6F20

Text Example


Text Example

White with #3B6F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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