#38812C

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

Shades of Bilbao #38812C

Tints of Bilbao #38812C

Color information

#38812C (or 0x38812C) is unknown color: approx Bilbao. HEX triplet: 38, 81 and 2C. RGB value is (56,129,44). Sum of RGB (Red+Green+Blue) = 56+129+44=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #38812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38812C is #C77ED3. Grayscale: #616161. Windows color (decimal): -13074132 or 2916664. OLE color: 2916664.

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

Color convert

RGB5612944-
CMYK0.5700.660.49
HSL111.53º49.13%33.92%-
HSV(B)111.53º65.89%50.59%-
XYZ9.9416.725.09-
YUV97.4897.8298.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=24.45%
G=56.33%
B=19.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129440.5700.660.49111.5349.1333.92
Hex38812C3904231703122
Octal7020154710102611606142
Binary11100010000001101100111001010000101100011110000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,129,44); }

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

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

 a { background-color: rgb(56,129,44); }

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

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

 span { border-color: rgb(56,129,44); }

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