#38842D

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

Shades of Bilbao #38842D

Tints of Bilbao #38842D

Color information

#38842D (or 0x38842D) is unknown color: approx Bilbao. HEX triplet: 38, 84 and 2D. RGB value is (56,132,45). Sum of RGB (Red+Green+Blue) = 56+132+45=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #38842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38842D is #C77BD2. Grayscale: #636363. Windows color (decimal): -13073363 or 2982968. OLE color: 2982968.

HSL color Cylindrical-coordinate representation of color #38842D: hue angle of 112.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38842D is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB5613245-
CMYK0.5800.660.48
HSL112.41º49.15%34.71%-
HSV(B)112.41º65.91%51.76%-
XYZ10.3617.535.32-
YUV99.3697.3297.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=24.03%
G=56.65%
B=19.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132450.5800.660.48112.4149.1534.71
Hex38842D3A04230703123
Octal7020455720102601606143
Binary11100010000100101101111010010000101100001110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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