#38831c

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

Shades of Bilbao #38831C

Tints of Bilbao #38831C

Color information

#38831C (or 0x38831C) is unknown color: approx Bilbao. HEX triplet: 38, 83 and 1C. RGB value is (56,131,28). Sum of RGB (Red+Green+Blue) = 56+131+28=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #38831C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38831C is #C77CE3. Grayscale: #616161. Windows color (decimal): -13073636 or 1868600. OLE color: 1868600.

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

Color convert

RGB5613128-
CMYK0.5700.790.49
HSL103.69º64.78%31.18%-
HSV(B)103.69º78.63%51.37%-
XYZ9.9617.163.89-
YUV96.8389.1598.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 131 (51.56% from 255) = 60.93%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=26.05%
G=60.93%
B=13.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131280.5700.790.49103.6964.7831.18
Hex38831C3904F3168411f
Octal70203347101176115010137
Binary1110001000001111100111001010011111100011101000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38831c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38831c; }

 p { color: rgb(56,131,28); }

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

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

 a { background-color: rgb(56,131,28); }

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

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

 span { border-color: rgb(56,131,28); }

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