#34790E

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

Shades of Bilbao #34790E

Tints of Bilbao #34790E

Color information

#34790E (or 0x34790E) is unknown color: approx Bilbao. HEX triplet: 34, 79 and 0E. RGB value is (52,121,14). Sum of RGB (Red+Green+Blue) = 52+121+14=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #34790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34790E is #CB86F1. Grayscale: #585858. Windows color (decimal): -13338354 or 948532. OLE color: 948532.

HSL color Cylindrical-coordinate representation of color #34790E: hue angle of 98.69º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34790E is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB5212114-
CMYK0.5700.880.53
HSL98.69º79.26%26.47%-
HSV(B)98.69º88.43%47.45%-
XYZ8.3314.442.76-
YUV88.1786.14102.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 121 (47.66% from 255) = 64.71%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=27.81%
G=64.71%
B=7.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121140.5700.880.5398.6979.2626.47
Hex3479E3905835634f1a
Octal64171167101306514311732
Binary11010011110011110111001010110001101011100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34790E; }

 p { color: rgb(52,121,14); }

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

<style>
 a { background-color: #34790E; }

 a { background-color: rgb(52,121,14); }

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

<style>
 span { border-color: #34790E; }

 span { border-color: rgb(52,121,14); }

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