#38821C

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

Shades of Bilbao #38821C

Tints of Bilbao #38821C

Color information

#38821C (or 0x38821C) is unknown color: approx Bilbao. HEX triplet: 38, 82 and 1C. RGB value is (56,130,28). Sum of RGB (Red+Green+Blue) = 56+130+28=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #38821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38821C is #C77DE3. Grayscale: #606060. Windows color (decimal): -13073892 or 1868344. OLE color: 1868344.

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

Color convert

RGB5613028-
CMYK0.5700.780.49
HSL103.53º64.56%30.98%-
HSV(B)103.53º78.46%50.98%-
XYZ9.8216.893.84-
YUV96.2589.4899.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=26.17%
G=60.75%
B=13.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130280.5700.780.49103.5364.5630.98
Hex38821C3904E3168411f
Octal70202347101166115010137
Binary1110001000001011100111001010011101100011101000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38821C; }

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

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

<style>
 a { background-color: #38821C; }

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

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

<style>
 span { border-color: #38821C; }

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

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