#387822

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

Shades of Bilbao #387822

Tints of Bilbao #387822

Color information

#387822 (or 0x387822) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 22. RGB value is (56,120,34). Sum of RGB (Red+Green+Blue) = 56+120+34=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #387822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387822 is #C787DD. Grayscale: #5B5B5B. Windows color (decimal): -13076446 or 2259000. OLE color: 2259000.

HSL color Cylindrical-coordinate representation of color #387822: hue angle of 104.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387822 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB5612034-
CMYK0.5300.720.53
HSL104.65º55.84%30.2%-
HSV(B)104.65º71.67%47.06%-
XYZ8.6414.393.84-
YUV91.0695.8102.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=26.67%
G=57.14%
B=16.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120340.5300.720.53104.6555.8430.2
Hex387822350483569381e
Octal7017042650110651517036
Binary111000111100010001011010101001000110101110100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387822; }

 p { color: rgb(56,120,34); }

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

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

 a { background-color: rgb(56,120,34); }

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

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

 span { border-color: rgb(56,120,34); }

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