#34771B

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

Shades of Bilbao #34771B

Tints of Bilbao #34771B

Color information

#34771B (or 0x34771B) is unknown color: approx Bilbao. HEX triplet: 34, 77 and 1B. RGB value is (52,119,27). Sum of RGB (Red+Green+Blue) = 52+119+27=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #34771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34771B is #CB88E4. Grayscale: #585858. Windows color (decimal): -13338853 or 1799988. OLE color: 1799988.

HSL color Cylindrical-coordinate representation of color #34771B: hue angle of 103.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34771B is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB5211927-
CMYK0.5600.770.53
HSL103.7º63.01%28.63%-
HSV(B)103.7º77.31%46.67%-
XYZ8.21143.31-
YUV88.4893.3101.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 119 (46.88% from 255) = 60.10%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=26.26%
G=60.10%
B=13.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119270.5600.770.53103.763.0128.63
Hex34771B3804D35683f1d
Octal6416733700115651507735
Binary11010011101111101111100001001101110101110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34771B; }

 p { color: rgb(52,119,27); }

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

<style>
 a { background-color: #34771B; }

 a { background-color: rgb(52,119,27); }

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

<style>
 span { border-color: #34771B; }

 span { border-color: rgb(52,119,27); }

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