#338814

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

Shades of Bilbao #338814

Tints of Bilbao #338814

Color information

#338814 (or 0x338814) is unknown color: approx Bilbao. HEX triplet: 33, 88 and 14. RGB value is (51,136,20). Sum of RGB (Red+Green+Blue) = 51+136+20=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #338814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338814 is #CC77EB. Grayscale: #616161. Windows color (decimal): -13400044 or 1345587. OLE color: 1345587.

HSL color Cylindrical-coordinate representation of color #338814: hue angle of 103.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #338814 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB5113620-
CMYK0.6200.850.47
HSL103.97º74.36%30.59%-
HSV(B)103.97º85.29%53.33%-
XYZ10.318.363.66-
YUV97.3684.3494.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 136 (53.52% from 255) = 65.70%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=24.64%
G=65.70%
B=9.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136200.6200.850.47103.9774.3630.59
Hex3388143E0552F684a1f
Octal63210247601255715011237
Binary1100111000100010100111110010101011011111101000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338814; }

 p { color: rgb(51,136,20); }

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

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

 a { background-color: rgb(51,136,20); }

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

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

 span { border-color: rgb(51,136,20); }

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