#39850B

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

Shades of Bilbao #39850B

Tints of Bilbao #39850B

Color information

#39850B (or 0x39850B) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 0B. RGB value is (57,133,11). Sum of RGB (Red+Green+Blue) = 57+133+11=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #39850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39850B is #C67AF4. Grayscale: #606060. Windows color (decimal): -13007605 or 755001. OLE color: 755001.

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

Color convert

RGB5713311-
CMYK0.5700.920.48
HSL97.38º84.72%28.24%-
HSV(B)97.38º91.73%52.16%-
XYZ10.1417.673.19-
YUV96.3779.8299.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 133 (52.34% from 255) = 66.17%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=28.36%
G=66.17%
B=5.47%

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
Decimal57133110.5700.920.4897.3884.7228.24
Hex3985B3905C3061551c
Octal71205137101346014112534
Binary111001100001011011111001010111001100001100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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