#38810F

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

Shades of Bilbao #38810F

Tints of Bilbao #38810F

Color information

#38810F (or 0x38810F) is unknown color: approx Bilbao. HEX triplet: 38, 81 and 0F. RGB value is (56,129,15). Sum of RGB (Red+Green+Blue) = 56+129+15=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #38810F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38810F is #C77EF0. Grayscale: #5E5E5E. Windows color (decimal): -13074161 or 1016120. OLE color: 1016120.

HSL color Cylindrical-coordinate representation of color #38810F: hue angle of 98.42º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38810F is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB5612915-
CMYK0.5700.880.49
HSL98.42º79.17%28.24%-
HSV(B)98.42º88.37%50.59%-
XYZ9.5716.583.15-
YUV94.1883.32100.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 129 (50.78% from 255) = 64.5%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=28%
G=64.5%
B=7.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129150.5700.880.4998.4279.1728.24
Hex3881F3905831624f1c
Octal70201177101306114211734
Binary111000100000011111111001010110001100011100010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38810F; }

 p { color: rgb(56,129,15); }

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

<style>
 a { background-color: #38810F; }

 a { background-color: rgb(56,129,15); }

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

<style>
 span { border-color: #38810F; }

 span { border-color: rgb(56,129,15); }

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