#3a852b

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

Shades of Bilbao #3A852B

Tints of Bilbao #3A852B

Color information

#3A852B (or 0x3A852B) is unknown color: approx Bilbao. HEX triplet: 3A, 85 and 2B. RGB value is (58,133,43). Sum of RGB (Red+Green+Blue) = 58+133+43=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #3A852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A852B is #C57AD4. Grayscale: #646464. Windows color (decimal): -12942037 or 2852154. OLE color: 2852154.

HSL color Cylindrical-coordinate representation of color #3A852B: hue angle of 110º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A852B is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB5813343-
CMYK0.5600.680.48
HSL110º51.14%34.51%-
HSV(B)110º67.67%52.16%-
XYZ10.5717.855.17-
YUV100.3295.6597.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 133 (52.34% from 255) = 56.84%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=24.79%
G=56.84%
B=18.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58133430.5600.680.4811051.1434.51
Hex3A852B38044306e3323
Octal7220553700104601566343
Binary11101010000101101011111000010001001100001101110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a852b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,133,43); }

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

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

 a { background-color: rgb(58,133,43); }

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

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

 span { border-color: rgb(58,133,43); }

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