#38840B

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

Shades of Bilbao #38840B

Tints of Bilbao #38840B

Color information

#38840B (or 0x38840B) is unknown color: approx Bilbao. HEX triplet: 38, 84 and 0B. RGB value is (56,132,11). Sum of RGB (Red+Green+Blue) = 56+132+11=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #38840B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38840B is #C77BF4. Grayscale: #5F5F5F. Windows color (decimal): -13073397 or 754744. OLE color: 754744.

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

Color convert

RGB5613211-
CMYK0.5800.920.48
HSL97.69º84.62%28.04%-
HSV(B)97.69º91.67%51.76%-
XYZ9.9417.373.14-
YUV95.4880.3299.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 132 (51.95% from 255) = 66.33%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=28.14%
G=66.33%
B=5.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132110.5800.920.4897.6984.6228.04
Hex3884B3A05C3062551c
Octal70204137201346014212534
Binary111000100001001011111010010111001100001100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,132,11); }

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

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

 a { background-color: rgb(56,132,11); }

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

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

 span { border-color: rgb(56,132,11); }

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