#3A772A

Color #3A772A Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3A772A

Tints of Bilbao #3A772A

Color information

#3A772A (or 0x3A772A) is unknown color: approx Bilbao. HEX triplet: 3A, 77 and 2A. RGB value is (58,119,42). Sum of RGB (Red+Green+Blue) = 58+119+42=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #3A772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A772A is #C588D5. Grayscale: #5C5C5C. Windows color (decimal): -12945622 or 2783034. OLE color: 2783034.

HSL color Cylindrical-coordinate representation of color #3A772A: hue angle of 107.53º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A772A is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB5811942-
CMYK0.5100.650.53
HSL107.53º47.83%31.57%-
HSV(B)107.53º64.71%46.67%-
XYZ8.7614.264.48-
YUV91.9899.79103.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 119 (46.88% from 255) = 54.34%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=26.48%
G=54.34%
B=19.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119420.5100.650.53107.5347.8331.57
Hex3A772A33041356c3020
Octal7216752630101651546040
Binary1110101110111101010110011010000011101011101100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,42); }

 H1.HeaderClassName
 {
   color: #3A772A;
 }
 .AnyTagClassName
 {
   color: #3A772A;
 }
</style>
background-color css

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

 a { background-color: rgb(58,119,42); }

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

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

 span { border-color: rgb(58,119,42); }

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