Html Css Color HEX #3B7316 Bilbao

📋 copy color: '#3B7316'

red 59 ◦ green 115 ◦ blue 22

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

Shades of Bilbao #3B7316

Tints of Bilbao #3B7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.67%

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 30.1%
G = 58.67%
B = 11.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#3B7316 (or 0x3B7316) is known color: Bilbao. HEX triplet: 3B, 73 and 16. RGB value is (59,115,22). Sum of RGB (Red+Green+Blue) = 59+115+22=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7316 is #C48CE9. Grayscale: #575757. Windows color (decimal): -12881130 or 1471291. OLE color: 1471291.

HSL color Cylindrical-coordinate representation of color #3B7316: hue angle of 96.13º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B7316 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 115 22 -
CMYK 0.49 0 0.81 0.55
HSL 96.13º 0.68% 0.27% -
HSV(B) 96.13º 0.81% 0.45% -
XYZ 8.08 13.25 2.89 -
YUV 87.65 90.95 107.56 -
System Red Green Blue C M Y K H S L
Decimal 59 115 22 0.49 0 0.81 0.55 96.13 0.68 0.27
Hex 3B 73 16 31 0 51 37 60 44 1B
Octal 73 163 26 61 0 121 67 140 104 33
Binary 111011 1110011 10110 110001 0 1010001 110111 1100000 1000100 11011

Color Harmonies of #3B7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7316

Black with #3B7316

Text Example


Text Example

White with #3B7316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,115,22); }

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

background-color css

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

 a { background-color: rgb(59,115,22); }

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

border-color css

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

 span { border-color: rgb(59,115,22); }

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