#38802D

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

Shades of Bilbao #38802D

Tints of Bilbao #38802D

Color information

#38802D (or 0x38802D) is unknown color: approx Bilbao. HEX triplet: 38, 80 and 2D. RGB value is (56,128,45). Sum of RGB (Red+Green+Blue) = 56+128+45=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #38802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38802D is #C77FD2. Grayscale: #616161. Windows color (decimal): -13074387 or 2981944. OLE color: 2981944.

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

Color convert

RGB5612845-
CMYK0.5600.650.50
HSL112.05º47.98%33.92%-
HSV(B)112.05º64.84%50.2%-
XYZ9.8216.475.14-
YUV97.0198.6598.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 128 (50.39% from 255) = 55.90%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=24.45%
G=55.90%
B=19.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128450.5600.650.50112.0547.9833.92
Hex38802D3804132703022
Octal7020055700101621606042
Binary11100010000000101101111000010000011100101110000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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