Html Css Color HEX #3B7015 Bilbao

📋 copy color: '#3B7015'

red 59 ◦ green 112 ◦ blue 21

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

Shades of Bilbao #3B7015

Tints of Bilbao #3B7015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.94%

R = 30.73%
G = 58.33%
B = 10.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#3B7015 (or 0x3B7015) is known color: Bilbao. HEX triplet: 3B, 70 and 15. RGB value is (59,112,21). Sum of RGB (Red+Green+Blue) = 59+112+21=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7015 is #C48FEA. Grayscale: #565656. Windows color (decimal): -12881899 or 1404987. OLE color: 1404987.

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

Color convert

RGB 59 112 21 -
CMYK 0.47 0 0.81 0.56
HSL 94.95º 0.68% 0.26% -
HSV(B) 94.95º 0.81% 0.44% -
XYZ 7.73 12.57 2.73 -
YUV 85.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 59 112 21 0.47 0 0.81 0.56 94.95 0.68 0.26
Hex 3B 70 15 2F 0 51 38 5F 44 1A
Octal 73 160 25 57 0 121 70 137 104 32
Binary 111011 1110000 10101 101111 0 1010001 111000 1011111 1000100 11010

Color Harmonies of #3B7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7015

Black with #3B7015

Text Example


Text Example

White with #3B7015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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