#38812A

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

Shades of Bilbao #38812A

Tints of Bilbao #38812A

Color information

#38812A (or 0x38812A) is unknown color: approx Bilbao. HEX triplet: 38, 81 and 2A. RGB value is (56,129,42). Sum of RGB (Red+Green+Blue) = 56+129+42=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #38812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38812A is #C77ED5. Grayscale: #616161. Windows color (decimal): -13074134 or 2785592. OLE color: 2785592.

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

Color convert

RGB5612942-
CMYK0.5700.670.49
HSL110.34º50.88%33.53%-
HSV(B)110.34º67.44%50.59%-
XYZ9.916.714.89-
YUV97.2696.8298.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 129 (50.78% from 255) = 56.83%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=24.67%
G=56.83%
B=18.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129420.5700.670.49110.3450.8833.53
Hex38812A39043316e3322
Octal7020152710103611566342
Binary11100010000001101010111001010000111100011101110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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