#3C840A

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

Shades of Bilbao #3C840A

Tints of Bilbao #3C840A

Color information

#3C840A (or 0x3C840A) is unknown color: approx Bilbao. HEX triplet: 3C, 84 and 0A. RGB value is (60,132,10). Sum of RGB (Red+Green+Blue) = 60+132+10=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #3C840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C840A is #C37BF5. Grayscale: #606060. Windows color (decimal): -12811254 or 689212. OLE color: 689212.

HSL color Cylindrical-coordinate representation of color #3C840A: hue angle of 95.41º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C840A is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB6013210-
CMYK0.5500.920.48
HSL95.41º85.92%27.84%-
HSV(B)95.41º92.42%51.76%-
XYZ10.1717.493.13-
YUV96.5679.15101.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 132 (51.95% from 255) = 65.35%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=29.70%
G=65.35%
B=4.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60132100.5500.920.4895.4185.9227.84
Hex3C84A3705C305f561c
Octal74204126701346013712634
Binary111100100001001010110111010111001100001011111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,132,10); }

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

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

 a { background-color: rgb(60,132,10); }

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

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

 span { border-color: rgb(60,132,10); }

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