#38722B

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

Shades of Bilbao #38722B

Tints of Bilbao #38722B

Color information

#38722B (or 0x38722B) is unknown color: approx Bilbao. HEX triplet: 38, 72 and 2B. RGB value is (56,114,43). Sum of RGB (Red+Green+Blue) = 56+114+43=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #38722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38722B is #C78DD4. Grayscale: #585858. Windows color (decimal): -13077973 or 2847288. OLE color: 2847288.

HSL color Cylindrical-coordinate representation of color #38722B: hue angle of 109.01º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38722B is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB5611443-
CMYK0.5100.620.55
HSL109.01º45.22%30.78%-
HSV(B)109.01º62.28%44.71%-
XYZ8.0813.054.38-
YUV88.56102.28104.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=26.29%
G=53.52%
B=20.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114430.5100.620.55109.0145.2230.78
Hex38722B3303E376d2d1f
Octal701625363076671555537
Binary11100011100101010111100110111110110111110110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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