Html Css Color HEX #3B721A Bilbao

📋 copy color: '#3B721A'

red 59 ◦ green 114 ◦ blue 26

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

Shades of Bilbao #3B721A

Tints of Bilbao #3B721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.29%

 BLUE value IS 26 (10.55% from 255) = 13.07%

R = 29.65%
G = 57.29%
B = 13.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#3B721A (or 0x3B721A) is known color: Bilbao. HEX triplet: 3B, 72 and 1A. RGB value is (59,114,26). Sum of RGB (Red+Green+Blue) = 59+114+26=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #3B721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B721A is #C48DE5. Grayscale: #575757. Windows color (decimal): -12881382 or 1733179. OLE color: 1733179.

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

Color convert

RGB 59 114 26 -
CMYK 0.48 0 0.77 0.55
HSL 97.5º 0.63% 0.27% -
HSV(B) 97.5º 0.77% 0.45% -
XYZ 8.01 13.04 3.07 -
YUV 87.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 59 114 26 0.48 0 0.77 0.55 97.5 0.63 0.27
Hex 3B 72 1A 30 0 4D 37 62 3F 1B
Octal 73 162 32 60 0 115 67 142 77 33
Binary 111011 1110010 11010 110000 0 1001101 110111 1100010 111111 11011

Color Harmonies of #3B721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B721A

Black with #3B721A

Text Example


Text Example

White with #3B721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,114,26); }

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

background-color css

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

 a { background-color: rgb(59,114,26); }

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

border-color css

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

 span { border-color: rgb(59,114,26); }

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