#34761A

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

Shades of Bilbao #34761A

Tints of Bilbao #34761A

Color information

#34761A (or 0x34761A) is unknown color: approx Bilbao. HEX triplet: 34, 76 and 1A. RGB value is (52,118,26). Sum of RGB (Red+Green+Blue) = 52+118+26=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #34761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34761A is #CB89E5. Grayscale: #585858. Windows color (decimal): -13339110 or 1734196. OLE color: 1734196.

HSL color Cylindrical-coordinate representation of color #34761A: hue angle of 103.04º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34761A is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB5211826-
CMYK0.5600.780.54
HSL103.04º63.89%28.24%-
HSV(B)103.04º77.97%46.27%-
XYZ8.0813.763.21-
YUV87.7893.13102.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=26.53%
G=60.20%
B=13.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118260.5600.780.54103.0463.8928.24
Hex34761A3804E3667401c
Octal64166327001166614710034
Binary110100111011011010111000010011101101101100111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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