Html Css Color HEX #3B7001 Bilbao

📋 copy color: '#3B7001'

red 59 ◦ green 112 ◦ blue 1

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

Shades of Bilbao #3B7001

Tints of Bilbao #3B7001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 34.3%
G = 65.12%
B = 0.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#3B7001 (or 0x3B7001) is known color: Bilbao. HEX triplet: 3B, 70 and 01. RGB value is (59,112,1). Sum of RGB (Red+Green+Blue) = 59+112+1=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7001 is #C48FFE. Grayscale: #535353. Windows color (decimal): -12881919 or 94267. OLE color: 94267.

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

Color convert

RGB 59 112 1 -
CMYK 0.47 0 0.99 0.56
HSL 88.65º 0.98% 0.22% -
HSV(B) 88.65º 0.99% 0.44% -
XYZ 7.6 12.52 2.04 -
YUV 83.5 81.44 110.53 -
System Red Green Blue C M Y K H S L
Decimal 59 112 1 0.47 0 0.99 0.56 88.65 0.98 0.22
Hex 3B 70 1 2F 0 63 38 59 62 16
Octal 73 160 1 57 0 143 70 131 142 26
Binary 111011 1110000 1 101111 0 1100011 111000 1011001 1100010 10110

Color Harmonies of #3B7001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7001

Black with #3B7001

Text Example


Text Example

White with #3B7001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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