#38812D

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

Shades of Bilbao #38812D

Tints of Bilbao #38812D

Color information

#38812D (or 0x38812D) is unknown color: approx Bilbao. HEX triplet: 38, 81 and 2D. RGB value is (56,129,45). Sum of RGB (Red+Green+Blue) = 56+129+45=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #38812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38812D is #C77ED2. Grayscale: #616161. Windows color (decimal): -13074131 or 2982200. OLE color: 2982200.

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

Color convert

RGB5612945-
CMYK0.5700.650.49
HSL112.14º48.28%34.12%-
HSV(B)112.14º65.12%50.59%-
XYZ9.9516.735.19-
YUV97.698.3298.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 129 (50.78% from 255) = 56.09%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=24.35%
G=56.09%
B=19.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129450.5700.650.49112.1448.2834.12
Hex38812D3904131703022
Octal7020155710101611606042
Binary11100010000001101101111001010000011100011110000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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