#38721B

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

Shades of Bilbao #38721B

Tints of Bilbao #38721B

Color information

#38721B (or 0x38721B) is unknown color: approx Bilbao. HEX triplet: 38, 72 and 1B. RGB value is (56,114,27). Sum of RGB (Red+Green+Blue) = 56+114+27=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #38721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38721B is #C78DE4. Grayscale: #575757. Windows color (decimal): -13077989 or 1798712. OLE color: 1798712.

HSL color Cylindrical-coordinate representation of color #38721B: hue angle of 100º degrees, saturation: 0.62, 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 #38721B is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB5611427-
CMYK0.5100.760.55
HSL100º61.7%27.65%-
HSV(B)100º76.32%44.71%-
XYZ7.8512.953.12-
YUV86.7494.28106.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=28.43%
G=57.87%
B=13.71%

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
Decimal56114270.5100.760.5510061.727.65
Hex38721B3304C37643e1c
Octal7016233630114671447634
Binary11100011100101101111001101001100110111110010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,114,27); }

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

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

 a { background-color: rgb(56,114,27); }

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

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

 span { border-color: rgb(56,114,27); }

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