#39850A

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

Shades of Bilbao #39850A

Tints of Bilbao #39850A

Color information

#39850A (or 0x39850A) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 0A. RGB value is (57,133,10). Sum of RGB (Red+Green+Blue) = 57+133+10=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #39850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39850A is #C67AF5. Grayscale: #606060. Windows color (decimal): -13007606 or 689465. OLE color: 689465.

HSL color Cylindrical-coordinate representation of color #39850A: hue angle of 97.07º 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 #39850A is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB5713310-
CMYK0.5700.920.48
HSL97.07º86.01%28.04%-
HSV(B)97.07º92.48%52.16%-
XYZ10.1317.673.16-
YUV96.2579.32100-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 133 (52.34% from 255) = 66.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=28.5%
G=66.5%
B=5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133100.5700.920.4897.0786.0128.04
Hex3985A3905C3061561c
Octal71205127101346014112634
Binary111001100001011010111001010111001100001100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39850A; }

 p { color: rgb(57,133,10); }

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

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

 a { background-color: rgb(57,133,10); }

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

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

 span { border-color: rgb(57,133,10); }

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