#38721A

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

Shades of Bilbao #38721A

Tints of Bilbao #38721A

Color information

#38721A (or 0x38721A) is unknown color: approx Bilbao. HEX triplet: 38, 72 and 1A. RGB value is (56,114,26). Sum of RGB (Red+Green+Blue) = 56+114+26=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #38721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38721A is #C78DE5. Grayscale: #565656. Windows color (decimal): -13077990 or 1733176. OLE color: 1733176.

HSL color Cylindrical-coordinate representation of color #38721A: hue angle of 99.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38721A is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB5611426-
CMYK0.5100.770.55
HSL99.55º62.86%27.45%-
HSV(B)99.55º77.19%44.71%-
XYZ7.8312.953.06-
YUV86.6393.78106.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=28.57%
G=58.16%
B=13.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114260.5100.770.5599.5562.8627.45
Hex38721A3304D37643f1b
Octal7016232630115671447733
Binary11100011100101101011001101001101110111110010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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