#3E7B00

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

Shades of Bilbao #3E7B00

Tints of Bilbao #3E7B00

Color information

#3E7B00 (or 0x3E7B00) is unknown color: approx Bilbao. HEX triplet: 3E, 7B and 00. RGB value is (62,123,0). Sum of RGB (Red+Green+Blue) = 62+123+0=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7B00 is #C184FF. Grayscale: #5B5B5B. Windows color (decimal): -12682496 or 31550. OLE color: 31550.

HSL color Cylindrical-coordinate representation of color #3E7B00: hue angle of 89.76º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E7B00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB621230-
CMYK0.50010.52
HSL89.76º100%24.12%-
HSV(B)89.76º100%48.24%-
XYZ9.0715.192.45-
YUV90.7476.79107.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 123 (48.44% from 255) = 66.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.51%
G=66.49%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6212300.50010.5289.7610024.12
Hex3E7B032064345a6418
Octal7617306201446413214430
Binary11111011110110110010011001001101001011010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,123,0); }

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

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

 a { background-color: rgb(62,123,0); }

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

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

 span { border-color: rgb(62,123,0); }

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