#3A762F

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

Shades of Bilbao #3A762F

Tints of Bilbao #3A762F

Color information

#3A762F (or 0x3A762F) is unknown color: approx Bilbao. HEX triplet: 3A, 76 and 2F. RGB value is (58,118,47). Sum of RGB (Red+Green+Blue) = 58+118+47=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #3A762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A762F is #C589D0. Grayscale: #5C5C5C. Windows color (decimal): -12945873 or 3110458. OLE color: 3110458.

HSL color Cylindrical-coordinate representation of color #3A762F: hue angle of 110.7º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A762F is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB5811847-
CMYK0.5100.600.54
HSL110.7º43.03%32.35%-
HSV(B)110.7º60.17%46.27%-
XYZ8.7414.064.94-
YUV91.97102.62103.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 118 (46.48% from 255) = 52.91%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=26.01%
G=52.91%
B=21.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118470.5100.600.54110.743.0332.35
Hex3A762F3303C366f2b20
Octal721665763074661575340
Binary111010111011010111111001101111001101101101111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,118,47); }

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

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

 a { background-color: rgb(58,118,47); }

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

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

 span { border-color: rgb(58,118,47); }

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