#38731C

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

Shades of Bilbao #38731C

Tints of Bilbao #38731C

Color information

#38731C (or 0x38731C) is unknown color: approx Bilbao. HEX triplet: 38, 73 and 1C. RGB value is (56,115,28). Sum of RGB (Red+Green+Blue) = 56+115+28=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #38731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38731C is #C78CE3. Grayscale: #575757. Windows color (decimal): -13077732 or 1864504. OLE color: 1864504.

HSL color Cylindrical-coordinate representation of color #38731C: hue angle of 100.69º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38731C is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB5611528-
CMYK0.5100.760.55
HSL100.69º60.84%28.04%-
HSV(B)100.69º75.65%45.1%-
XYZ7.9713.193.22-
YUV87.4494.45105.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=28.14%
G=57.79%
B=14.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115280.5100.760.55100.6960.8428.04
Hex38731C3304C37653d1c
Octal7016334630114671457534
Binary11100011100111110011001101001100110111110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38731C; }

 p { color: rgb(56,115,28); }

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

<style>
 a { background-color: #38731C; }

 a { background-color: rgb(56,115,28); }

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

<style>
 span { border-color: #38731C; }

 span { border-color: rgb(56,115,28); }

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