#38820C

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

Shades of Bilbao #38820C

Tints of Bilbao #38820C

Color information

#38820C (or 0x38820C) is unknown color: approx Bilbao. HEX triplet: 38, 82 and 0C. RGB value is (56,130,12). Sum of RGB (Red+Green+Blue) = 56+130+12=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #38820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38820C is #C77DF3. Grayscale: #5E5E5E. Windows color (decimal): -13073908 or 819768. OLE color: 819768.

HSL color Cylindrical-coordinate representation of color #38820C: hue angle of 97.63º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38820C is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB5613012-
CMYK0.5700.910.49
HSL97.63º83.1%27.84%-
HSV(B)97.63º90.77%50.98%-
XYZ9.6816.833.09-
YUV94.4281.48100.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 130 (51.17% from 255) = 65.66%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=28.28%
G=65.66%
B=6.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130120.5700.910.4997.6383.127.84
Hex3882C3905B3162531c
Octal70202147101336114212334
Binary111000100000101100111001010110111100011100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,130,12); }

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

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

 a { background-color: rgb(56,130,12); }

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

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

 span { border-color: rgb(56,130,12); }

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