Html Css Color HEX #3B7014 Bilbao

📋 copy color: '#3B7014'

red 59 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #3B7014

Tints of Bilbao #3B7014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 30.89%
G = 58.64%
B = 10.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#3B7014 (or 0x3B7014) is known color: Bilbao. HEX triplet: 3B, 70 and 14. RGB value is (59,112,20). Sum of RGB (Red+Green+Blue) = 59+112+20=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7014 is #C48FEB. Grayscale: #555555. Windows color (decimal): -12881900 or 1339451. OLE color: 1339451.

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

Color convert

RGB 59 112 20 -
CMYK 0.47 0 0.82 0.56
HSL 94.57º 0.7% 0.26% -
HSV(B) 94.57º 0.82% 0.44% -
XYZ 7.72 12.57 2.68 -
YUV 85.67 90.94 108.98 -
System Red Green Blue C M Y K H S L
Decimal 59 112 20 0.47 0 0.82 0.56 94.57 0.7 0.26
Hex 3B 70 14 2F 0 52 38 5F 46 1A
Octal 73 160 24 57 0 122 70 137 106 32
Binary 111011 1110000 10100 101111 0 1010010 111000 1011111 1000110 11010

Color Harmonies of #3B7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7014

Black with #3B7014

Text Example


Text Example

White with #3B7014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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