#34741A

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

Shades of Bilbao #34741A

Tints of Bilbao #34741A

Color information

#34741A (or 0x34741A) is unknown color: approx Bilbao. HEX triplet: 34, 74 and 1A. RGB value is (52,116,26). Sum of RGB (Red+Green+Blue) = 52+116+26=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #34741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34741A is #CB8BE5. Grayscale: #565656. Windows color (decimal): -13339622 or 1733684. OLE color: 1733684.

HSL color Cylindrical-coordinate representation of color #34741A: hue angle of 102.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34741A is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB5211626-
CMYK0.5500.780.55
HSL102.67º63.38%27.84%-
HSV(B)102.67º77.59%45.49%-
XYZ7.8513.33.13-
YUV86.693.8103.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 116 (45.70% from 255) = 59.79%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=26.80%
G=59.79%
B=13.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116260.5500.780.55102.6763.3827.84
Hex34741A3704E37673f1c
Octal6416432670116671477734
Binary11010011101001101011011101001110110111110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34741A; }

 p { color: rgb(52,116,26); }

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

<style>
 a { background-color: #34741A; }

 a { background-color: rgb(52,116,26); }

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

<style>
 span { border-color: #34741A; }

 span { border-color: rgb(52,116,26); }

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