#3E8328

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

Shades of Bilbao #3E8328

Tints of Bilbao #3E8328

Color information

#3E8328 (or 0x3E8328) is unknown color: approx Bilbao. HEX triplet: 3E, 83 and 28. RGB value is (62,131,40). Sum of RGB (Red+Green+Blue) = 62+131+40=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8328 is #C17CD7. Grayscale: #646464. Windows color (decimal): -12680408 or 2655038. OLE color: 2655038.

HSL color Cylindrical-coordinate representation of color #3E8328: hue angle of 105.49º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E8328 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB6213140-
CMYK0.5300.690.49
HSL105.49º53.22%33.53%-
HSV(B)105.49º69.47%51.37%-
XYZ10.4917.414.82-
YUV99.9994.14100.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.61%
GREEN value IS 131 (51.56% from 255) = 56.22%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=26.61%
G=56.22%
B=17.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62131400.5300.690.49105.4953.2233.53
Hex3E83283504531693522
Octal7620350650105611516542
Binary11111010000011101000110101010001011100011101001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,131,40); }

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

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

 a { background-color: rgb(62,131,40); }

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

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

 span { border-color: rgb(62,131,40); }

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