#38891F

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

Shades of Bilbao #38891F

Tints of Bilbao #38891F

Color information

#38891F (or 0x38891F) is unknown color: approx Bilbao. HEX triplet: 38, 89 and 1F. RGB value is (56,137,31). Sum of RGB (Red+Green+Blue) = 56+137+31=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #38891F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38891F is #C776E0. Grayscale: #656565. Windows color (decimal): -13072097 or 2066744. OLE color: 2066744.

HSL color Cylindrical-coordinate representation of color #38891F: hue angle of 105.85º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38891F is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB5613731-
CMYK0.5900.770.46
HSL105.85º63.1%32.94%-
HSV(B)105.85º77.37%53.73%-
XYZ10.8218.834.36-
YUV100.788.6696.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 137 (53.91% from 255) = 61.16%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=25%
G=61.16%
B=13.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137310.5900.770.46105.8563.132.94
Hex38891F3B04D2E6a3f21
Octal7021137730115561527741
Binary1110001000100111111111011010011011011101101010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38891F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,137,31); }

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

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

 a { background-color: rgb(56,137,31); }

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

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

 span { border-color: rgb(56,137,31); }

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