Html Css Color HEX #3B7501 Bilbao

📋 copy color: '#3B7501'

red 59 ◦ green 117 ◦ blue 1

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

Shades of Bilbao #3B7501

Tints of Bilbao #3B7501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 66.1%

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

R = 33.33%
G = 66.1%
B = 0.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#3B7501 (or 0x3B7501) is known color: Bilbao. HEX triplet: 3B, 75 and 01. RGB value is (59,117,1). Sum of RGB (Red+Green+Blue) = 59+117+1=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7501 is #C48AFE. Grayscale: #565656. Windows color (decimal): -12880639 or 95547. OLE color: 95547.

HSL color Cylindrical-coordinate representation of color #3B7501: hue angle of 90º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B7501 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 117 1 -
CMYK 0.50 0 0.99 0.54
HSL 90º 0.98% 0.23% -
HSV(B) 90º 0.99% 0.46% -
XYZ 8.17 13.65 2.23 -
YUV 86.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 59 117 1 0.50 0 0.99 0.54 90 0.98 0.23
Hex 3B 75 1 32 0 63 36 5A 62 17
Octal 73 165 1 62 0 143 66 132 142 27
Binary 111011 1110101 1 110010 0 1100011 110110 1011010 1100010 10111

Color Harmonies of #3B7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7501

Black with #3B7501

Text Example


Text Example

White with #3B7501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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