#38822F

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

Shades of Bilbao #38822F

Tints of Bilbao #38822F

Color information

#38822F (or 0x38822F) is unknown color: approx Bilbao. HEX triplet: 38, 82 and 2F. RGB value is (56,130,47). Sum of RGB (Red+Green+Blue) = 56+130+47=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #38822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38822F is #C77DD0. Grayscale: #626262. Windows color (decimal): -13073873 or 3113528. OLE color: 3113528.

HSL color Cylindrical-coordinate representation of color #38822F: hue angle of 113.49º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38822F is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB5613047-
CMYK0.5700.640.49
HSL113.49º46.89%34.71%-
HSV(B)113.49º63.85%50.98%-
XYZ10.1317.015.44-
YUV98.4198.9897.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=24.03%
G=55.79%
B=20.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130470.5700.640.49113.4946.8934.71
Hex38822F3904031712f23
Octal7020257710100611615743
Binary11100010000010101111111001010000001100011110001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38822F; }

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

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

<style>
 a { background-color: #38822F; }

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

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

<style>
 span { border-color: #38822F; }

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

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