#34891D

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

Shades of Bilbao #34891D

Tints of Bilbao #34891D

Color information

#34891D (or 0x34891D) is unknown color: approx Bilbao. HEX triplet: 34, 89 and 1D. RGB value is (52,137,29). Sum of RGB (Red+Green+Blue) = 52+137+29=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #34891D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34891D is #CB76E2. Grayscale: #636363. Windows color (decimal): -13334243 or 1935668. OLE color: 1935668.

HSL color Cylindrical-coordinate representation of color #34891D: hue angle of 107.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34891D is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB5213729-
CMYK0.6200.790.46
HSL107.22º65.06%32.55%-
HSV(B)107.22º78.83%53.73%-
XYZ10.5818.714.22-
YUV99.2788.3494.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 137 (53.91% from 255) = 62.84%
BLUE value IS 29 (11.72% from 255) = 13.30%
R=23.85%
G=62.84%
B=13.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137290.6200.790.46107.2265.0632.55
Hex34891D3E04F2E6b4121
Octal64211357601175615310141
Binary11010010001001111011111100100111110111011010111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34891D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34891D; }

 p { color: rgb(52,137,29); }

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

<style>
 a { background-color: #34891D; }

 a { background-color: rgb(52,137,29); }

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

<style>
 span { border-color: #34891D; }

 span { border-color: rgb(52,137,29); }

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