Html Css Color HEX #3B7028 Bilbao

📋 copy color: '#3B7028'

red 59 ◦ green 112 ◦ blue 40

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

Shades of Bilbao #3B7028

Tints of Bilbao #3B7028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 27.96%
G = 53.08%
B = 18.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#3B7028 (or 0x3B7028) is known color: Bilbao. HEX triplet: 3B, 70 and 28. RGB value is (59,112,40). Sum of RGB (Red+Green+Blue) = 59+112+40=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7028 is #C48FD7. Grayscale: #585858. Windows color (decimal): -12881880 or 2650171. OLE color: 2650171.

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

Color convert

RGB 59 112 40 -
CMYK 0.47 0 0.64 0.56
HSL 104.17º 0.47% 0.3% -
HSV(B) 104.17º 0.64% 0.44% -
XYZ 7.98 12.67 4.03 -
YUV 87.95 100.94 107.35 -
System Red Green Blue C M Y K H S L
Decimal 59 112 40 0.47 0 0.64 0.56 104.17 0.47 0.3
Hex 3B 70 28 2F 0 40 38 68 2F 1E
Octal 73 160 50 57 0 100 70 150 57 36
Binary 111011 1110000 101000 101111 0 1000000 111000 1101000 101111 11110

Color Harmonies of #3B7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7028

Black with #3B7028

Text Example


Text Example

White with #3B7028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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