#3E8421

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

Shades of Bilbao #3E8421

Tints of Bilbao #3E8421

Color information

#3E8421 (or 0x3E8421) is unknown color: approx Bilbao. HEX triplet: 3E, 84 and 21. RGB value is (62,132,33). Sum of RGB (Red+Green+Blue) = 62+132+33=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8421 is #C17BDE. Grayscale: #646464. Windows color (decimal): -12680159 or 2196542. OLE color: 2196542.

HSL color Cylindrical-coordinate representation of color #3E8421: hue angle of 102.42º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E8421 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB6213233-
CMYK0.5300.750.48
HSL102.42º60%32.35%-
HSV(B)102.42º75%51.76%-
XYZ10.5117.644.29-
YUV99.7890.31101.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=27.31%
G=58.15%
B=14.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62132330.5300.750.48102.426032.35
Hex3E84213504B30663c20
Octal7620441650113601467440
Binary11111010000100100001110101010010111100001100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8421; }

 p { color: rgb(62,132,33); }

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

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

 a { background-color: rgb(62,132,33); }

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

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

 span { border-color: rgb(62,132,33); }

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